SQL Query
SQL queries can be issued directly on the tables.
How to use
- Select the database to be connected in the left tree.
- Click the "SQL EDITOR"button.
- The SQL editor opens in the right pane.
- Write the SQL query and click the "Execute"button.
- The lower pane displays the SQL query results.
Limitations
- Only Data Manipulation Language (DML) can be written in SQL.
- It is recommended that one statement be executed.
 When multiple statements are executed, the resulting object is indeterminate depending on the result of each statement.