Updated on 2023-12-13 GMT+08:00

SQL Window

DAS allows you to easily run various SQL statements in a graphical SQL window and to perform operations on databases, such as adding, deleting, editing, and viewing a database.

Introduction to SQL Window

Figure 1 SQL window
Table 1 Functions of the SQL window

Function

Description

Execute SQL

Executes SQL statements.

SQL operations are performed on tables and views in a database.

Format SQL

Improves readability of SQL statements. Formatting SQL statements enables statements to be displayed in line break mode, but does not change their logic and semantics.

SQL formatting takes effect for all the SQL statements in the SQL window. You cannot format only one selected statement.

SQL Favorites

Allows you to add, view, and manage frequently-used SQL statements.

Save Executed SQL Statements

After this function is enabled, the system saves the recently executed SQL statements to the server.

SQL Input Prompt

Helps you quickly enter a specific database, table, or field name when you enter a SQL statement in the SQL window.

Full Screen

Shows SQL statements on a full screen.

Executed SQL Statements

Shows SQL execution details.

Messages

Shows the information returned after a SQL statement is executed.

Result Set

Shows SQL execution results.

Allows you to view details about a single row, add a row, submit for editing, delete a row, export a row, copy a row, copy a column, set a column, and more.

Overwrite/Append Mode

  • Append Mode: Each time a SQL statement is executed, the new result set is appended to the previous one.
  • Overwrite Mode: Each time a SQL statement is executed, the new result set overwrites the previous one.

Opening the SQL Window

  1. Log in to the management console.
  2. Click in the upper left corner and select a region and project.
  3. Click in the upper left corner, and under Databases, click Data Admin Service.
  4. In the navigation pane on the left, choose Development Tool.

    You can also click Go to Development Tool on the overview page.

  5. Locate the DB instance that you want to log in to and click Log In in the Operation column.
  6. On the top menu bar, choose SQL Operations > SQL Query.