Executing a sql statement
The following steps describe one way of executing
a sql statement against a database:
- Go to the
Execute Sql tab in the main application window.
- Enter your sql statement into the
sql textarea. (To enter multiple sql statements, append a semicolon to each statement).
- Select the connection to your database in the Connection combo.
(You may need to
setup a database connection if the correct one does not exist).
- Open the connection by pressing the Connect button.
- Press the Execute button to execute the sql.
Related tasks
Setup a database connection
Related reference
Generate Database tab