|
Ispirer SQLWays Database Migration Software
/STDEL - Statement termination string
Syntax: /STDEL=StatementDelimiter
This option specifies a string that is used to terminate SQL statements in SQL scripts. The default value is a semicolon (;) unless the target database (/TARGET) is Sybase or Microsoft SQL Server. If the target database is Sybase or Microsoft SQL Server the default value is GO.
To specify the hexadecimal value of a character belonging to the statement delimiter, use the following syntax: 0xhh. For example, /STDEL=0x40 specifies the AT symbol (@) as the statement termination string.
You can specify this option in the initialization file. See Initialization File Options for details.