Back to Prql

Comments

web/book/src/reference/syntax/comments.md

0.13.12197 B
Original Source

Comments

Character # denotes a comment until the end of the line.

prql
from employees  # Comment 1
# Comment 2
aggregate {average salary}

There's no distinct multiline comment syntax.