About this task
You can use the SQL editor feature to execute SQL statements and scripts against the
database.
Procedure
To run SQL statements:
-
Access the console.
-
From the navigation menu, select Admin > SQL editor.
-
From Databases drop-down, select the database on which you want to execute the
query.
-
Write your SQL statement (By default, SQL Editor contains SELECT statement with table name
selected in Tables dropdown).
-
Click on Run button to execute the SQL statement.
-
For more information on SQL, see the SQL reference in the Informix documentation.
Note:
- Currently data from SQL statement is fetched 20 records at a time. Click on Load more
button to load next 20 records and so on.
- Load more button will be only visible if SQL statement returns more than 20 records.