Cloud

SHOW EXECS

The SHOW EXECS statement displays currently running execution tasks across the cluster. This statement is only available to the superuser.

This statement is not case-sensitive. show execs, Show Execs, and SHOW EXECS all produce the same result.

Examples

SHOW EXECS;
SHOW EXECS is equivalent to SELECT * FROM system.execs. You can query the system.execs table directly to filter or sort results using WHERE and ORDER BY clauses.