skip to main content
Basic elements of SQL : Comments
 

Comments

OpenAccess SDK supports specifying comments as part of the query string. Comments are supported in two formats:
C-Style comments enclosed in /* ... */. These comments can span multiple lines.
Oracle-style comments that start with -- and continue until the end of the line.