Entering content frame

 Creating an SQL Statement 

Use

You can use Web SQL Studio to create, save, and execute new SQL statements.

Prerequisites

·        You have opened a database session.

·        You have the required user authorizations.

For an explanation of user authorizations and user attributes, see the Authorization section of the Reference Manual.

Procedure

...

       1.      Enter your SQL statements in the SQL dialog window.

       2.      To make a line into a comment, enter // or –- at the beginning of the line.

       3.      To separate two SQL statements from one another, enter an excluding separator line.

       4.      To display statements that have already been executed in this database session, choose Prev Statement or Next Statement.

       5.      To delete all the contents of the SQL dialog window, choose Clear.

       6.      Set parameters, if necessary.

       7.      To reuse or edit your SQL statement at a later stage, you can save it. To do this, select the relevant folder, and choose Save in Selected Folder. Enter a name for the SQL statement, and choose OK.

 

Leaving content frame