A comment line starts with # or --. Any line that starts with # or -- will be ignored in code generating. Note: There is no exception to the lines in the middle part of a SQL statement or within the <%... %> syntax.
A comment line starts with
#
or--
. Any line that starts with#
or--
will be ignored in code generating.There is no exception to the lines in the middle part of a SQL statement or within the
<%... %>
syntax.