Cloud
SHOW QUERIES
The SHOW QUERIES statement displays currently running queries on the cluster. This statement is only available to the superuser.
|
This statement is not case-sensitive. |
Examples
SHOW QUERIES;
SHOW QUERIES is equivalent to SELECT * FROM system.queries. You can query the system.queries table directly to filter or sort results using WHERE and ORDER BY clauses.
|
Was this helpful?