CommentsPRQLSQLCommentsComments are represented by #. PRQLfrom employees # Comment 1# Comment 2aggregate [average salary]SQLSELECT AVG(salary)FROM employeesThere’s no distinct multiline comment syntax.