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. |
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.
|
Was this helpful?