The Query Editor is a tool in Interactive SQL that helps you build SELECT statements.
You can create SQL queries in the Query Editor, or you can import queries and edit them. When you have finished your query, click OK to export it back into Interactive SQL for processing.
You do not need to use SQL code to create queries with the Query Editor. However, you can use SQL with the Query Editor in the following ways:
You can create a query in the SQL Statements pane in Interactive SQL and import it into the Query Editor by highlighting the code before you open the editor.
At any time while using the Query Editor, you can click SQL at the bottom of the window to see the SQL code for the query you are building. You can directly edit the code, and the fields are automatically updated in the Query Editor.