Select Query--> Comment to add a comment to a line in a query. A commented line is typically a line of text that describes what the SQL will do in a specific section of code. Commented text is usually internal commentary.
The COMMENT option places two dashes (--) at the beginning of a line in the query, such as:
SELECT * FROM Q.STAFF --USE THIS ONLY FOR MONTH-END REPORTS