Comments in SQL-statements

Is there a way to add comment in SQL-statements?
I have to document my statements.
Normally I use:
-- comment
or
/*
comment1
comment2
*/
Using one of these methods in Dynamic 5 results in errors when opening a report.
I have to document my statements.
Normally I use:
-- comment
or
/*
comment1
comment2
*/
Using one of these methods in Dynamic 5 results in errors when opening a report.