Screenshot - SQL editor
SQL editor, execution of SQL statements
In the window you can carry out any number of SQL queries and statements. The „GO” statement separates more SQL statements from each other, forcing the command interpreter to send the text separately, section by section for execution.
The SQL editor consists of two parts:
- a part suitable for editing and writing SQL statements and
- a part suitable for displaying results.
In the main menu you can find the operations to be used for each part separate and classified.
SQL Editor Main Menu
Result Main Menu
It contains operations concerning the result part. There are two ways to show the result of the SQL statement: text form or table (grid) form.


