Comments

NuoDB SQL allows comment lines for use in SQL stored procedures, user defined functions (UDFs) or triggers.

Syntax

/* this is a comment */
-- this is a comment

A comment can be a single or multi-line comment enclosed within “/* …​ */” or a single line comment starting with “//” or “--”. A single line comment can start anywhere in the line and treats everything after the delimiter(“//” or “--”) as a comment.