Using proper statement syntax

SQL commands consist of a series of SQL statements separated by semicolons. For example:

    statement [; statement]
Place comments between tokens of a SQL command. Denote them using a double dash (--) followed by text, to the end of the line. For example:

      SELECT
          A,              --first column
          B               --second column

[Contents] [Previous] [Next]
Click the icon to mail questions or corrections about this material to Taligent personnel.
Copyright©1995 Taligent,Inc. All rights reserved.

Generated with WebMaker