You want to create an SQL statement.
You need to open a database session.
You enter your SQL statements in the SQL dialog window.
The SQL Tutorial provides a brief introduction to SQL. The Reference Manual describes SQL syntax in detail.
The following options are available in the SQL dialog window:
· To comment out a line, enter // or –- at the beginning of the line.
· To separate two SQL statements from one another, enter an excluding separator line.
· To delete all the contents of the SQL dialog window, choose Clear.
· To display statements that have already been executed in this database session, choose Prev Statement or Next Statement.
See also:
· Setting Parameters for an SQL Statement