Important: IBM Cloud Pak® for Data
Version 4.7 will reach end of support (EOS) on 31 July, 2025. For more information, see the
Discontinuance of service announcement for
IBM Cloud Pak for Data Version 4.X.
Upgrade to IBM Software Hub Version
5.1 before IBM Cloud Pak for Data Version 4.7 reaches end of
support. For more information, see Upgrading IBM Software Hub in the IBM Software Hub Version 5.1
documentation.
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.