SQL Editor

The SQL Editor can be used to write SQL statements.

To access, click on the SQL Editor icon or dropdown list item:

SQL Editor


Click on the Objects tab to expand your database table(s) and fields:

SQL Editor


Right-click on the table name, then select the type of SQL query you want to create, e.g. Generate Select:

SQL Editor


The main frame will now display your generated SQL query, which can be edited if required, by either typing out the statement or by including specific variables from the Variables list:

SQL Editor


To include a variable in your SQL statement:

  • place your cursor at the position in your statement where the variable must be added
  • then click on the Variables tab (if not already selected)
  • double-click on the required variable, which will then be added to your statement.

SQL Editor


Click the Test tab to test the execution of your SQL query:

SQL Editor



videos icon How to use SQL Editor



Linx Community: SQL Query Builder