Updated on 2023-03-28 GMT+08:00

Executing SQL Statements

Procedure

  1. On the top menu bar, choose SQL Operations > SQL Window. In the SQL window, select a database from the navigation pane.
  2. Enter SQL statements in the SQL window and click Execute SQL.

    • Enable SQL Input Prompt. It helps you to select a specific database, table, or field name as prompted to enter statements in the SQL window.
    • To execute multiple SQL statements at a time, separate them using semicolons (;). In this case, click Full Screen to view the logics in SQL statements clearly.
      • To execute some of the SQL statements, select the statements before executing them.
      • To execute all the SQL statements, do not select any SQL statements or select all of them.

  3. View the executed SQL statements and the current execution status in the lower part of the page. On the Messages tab page, view the execution information, including SQL splitting, execution status, and elapsed time.
  4. On the Result Sets tab, view the execution details. You can perform the following operations on the result sets:

    • Copy Row/Copy Column: copies a row or column for reuse.
    • Column Settings: customizes the columns to display when there are a large number of columns in the query result.
    • Refresh: refreshes the changed data.
    • Row Details: displays the column field name, value, and type of the selected row.
    • Add: adds an empty row to the result set.
    • Submit: views the SQL statements to be modified. After you click OK, the result set is updated to the latest.
    • Delete Row: deletes the selected row, including the data.
    • Export: allows you to export the data in a SQL or CSV file. A maximum of 10,000 rows of data can be exported.
      • If the result set involves a view, you cannot edit the data.
      • If the type of the result set is metadata, the data cannot be edited or displayed on multiple pages.
      • If the result set involves multiple tables, you cannot edit the data.
      • If the result set involves only one table and does not include all the primary key columns of the table or no primary key is found, you cannot edit the data.
      • Virtual tables (for example, tables generated during SQL execution) cannot be edited.