SQL Editor

This chapter introduces the main features and usage of SQL Editor, which provides a user to conveniently enter, save, and run SQL statements.

In SQL Editor, The users can enter and save SQL statements, and The users can also view the execution plan. It also provides an auto-complete function to make it easy for beginners to write SQL, and supports the ability to save frequently used SQL templates.

To create a SQL Editor, click the [ (Add SQL)] button on the top toolbar of the main screen, or click the [ (Add Editor)] button on the Editor screen and select the SQL menu.


The SQL Editor screen is configured in two main areas.

  • Editor area (top): A space where the users can enter and run SQL statements.

  • Result View (bottom): A space where the users can check SQL execution results and execution plans.

SQL Editor screen

Last updated