Entering Several SQL Statements
You can enter several SQL statements consecutively. They will then be executed consecutively.
To separate SQL statements from one another, specify a separator line. To be identified as a separator line, the line must start with
//.This line can also be used for inserting comments because all further characters in the line will be disregarded. When saving, all separator lines and SQL statements will be included.
If there is more than one result, you can alternate between each one using the dropdown list which appears under the results window.