GridGain Developers Hub

Queries Screen for GridGain 9 Clusters

The Queries screen allows you to execute SQL queries against the GridGain 9 cluster and view the query results.

sql screen gg9

You can add multiple tabs to the screen, each containing an SQL expression and the query results (after you have executed the query). To add a tab, click the + icon on the tab bar.

Defining Queries

Type the SQL expression in the "SQL editor" section of the tab.

You can enter multiple expressions in a single query. These are executed sequentially by an SQL script.

Executing Queries

To execute a SQL statement, click Execute on the tab toolbar.

The query results are displayed in the lower part of the screen, in a tab matching the query expression one.

The tab-level context menu includes the following options:

  • Copy - copies the result set to the clipboard

  • Close - closes the tab

The row-level context menu offers the Copy option, which copies the corresponding row to the clipboard.