Include Comments in SQL Expression

PIESCentral has a very powerful feature to include SQL manipulation on the data source definition. This SQL can get fairly complicated, so it is a good idea to include comments. There are two types of comments that are recognized:

-- this is a comment to the end of the line

/* this is a comment between delimiters */

Revised: 2011-02-03