Use comments to attach explanatory text to SQL statements
or statement blocks.
You can turn text into a comment. The database server does not execute comments.
Interactive SQL supports the following types of comments:
- -- (double
hyphen)
- // (double slash)
- /* ... */ (slash-asterisk)
- Select the text in the SQL Statements pane.
- Press Ctrl+Minus Sign (-) to add double
hyphen comment indicators or Ctrl+Forward Slash (/)
to add double slash comment indicators.
If no text is selected, the comment indicator is added to
the beginning of the current line.