Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Executes a SQL script file. Property replacement is performed on the files before they are executed.

Info

Delimiting

Sql

SQL files

Please note that the statements in the Sql SQL files must be delimited properly.

  • Use ; to delimit individual statements.

  • Use / on new line to delimit program blocks.

  • Use /* or -- (two dashes) for comments.

...