Home
CommentsComments
If you wish to have comments in your queries use one of the following:
  • // (single-line)
  • -- (single-line)
  • /* */ (multi-line)
For example:
/*
 * An example of a multi-line comment.
 */
SELECT *
-- Single line comment.
FROM   java.io.File
// Single line comment.
WHERE  length >= avg (:_allobjs, length)