(Contents)(Previous)(Next)

Specifying Several SQL Statements

When you enter your SQL statement, you can specify several subsequent SQL statements which will be executed one after the other. To separate these statements from each other, insert a blank line between each statement. To mark the blank line as a separating line, place a / in front of it. The separating line can also be used to insert a comment, because all characters in this line are ignored. When saving, all separating lines and SQL statements are saved.


(Contents)(Previous)(Next)