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. show queries, Show Queries, and SHOW QUERIES all produce the same result.

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.