Comments
Comments may occur within the sql statement. When encountered they are removed prior to passing the statement to the database. Comments are identified by two concurrent dash characters (i.e. --). When encountered all remaining text on the line is ignored.
For Example:
In this example the command executed will be:
select * from dim_date where cal_month = 200204;