Open topic with navigation
Command Delimiters
Recognized command delimiter formats for SQL scripts include:
- A semicolon (;)
at the end of a line.
- A forward slash (/)
by itself at the beginning of a new line after the last line in the command.
- The word "go"
by itself at the beginning of a new line after the command.
See also
Calling SQL Scripts
Comment Syntax