User Script Syntax

Use the syntax you would typically use for SQL statements; however, separate each statement with the following separator:

/***/

In addition, be aware of the following:

  • You must begin the separator line with the characters /***/ and no leading spaces. Trailing blanks or carriage returns are ignored.
  • Do not end the script with the /***/ separator.
  • Do not use a semicolon or GO as you would if you were using a relational database query tool.
  • You can add comments to the end of any line (including a blank line) by using "//" to start a comment. This causes the Client to ignore the rest of the line, including these two characters. If you add a comment to a separator line, the separator must be followed by at least one space.