Comments
Previous  Next

Gladius DB supports the following comment style.

/* this is a valid comment that can be added in SQL statements */

The comment starts from a /* sequence to the following */ sequence, as in the C programming language. This syntax allows a comment to extend over multiple lines because the beginning and closing sequences need not be on the same line.

Note: comments are not yet supported