Inserting Comments

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:
  1. Select the text in the SQL Statements pane.
  2. 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.