This topic describes how to use SQL Editor to execute query statements in OceanBase Developer Center (ODC).
Prerequisites
ODC is installed, and a connection to OceanBase Database is created. Alternatively, you can visit the ODC experience site for a quick experience.
Procedure
On the homepage of ODC, click the Private Connection or Public Connection tab and find and click the created database connection to go to the database management page. An SQL window appears.
In the SQL window, enter one or more query statements and click Run or Run Current Statement to execute the statements. If you enter multiple query statements, separate the statements with commas (,).
The query results are displayed in order in the Result column. If multiple statements are executed, each statement corresponds to a result column.

For more information about the operations in the SQL window, see the "SQL window" topic in the official documentation of ODC.