Character # denotes a comment until the end of the line.
#
from employees # Comment 1 # Comment 2 aggregate {average salary}
SELECT AVG(salary) FROM employees
There’s no distinct multiline comment syntax.