CANCEL (Snowflake Scripting) | Snowflake Documentation (original) (raw)

Cancels an asynchronous child jobthat is running for a RESULTSET.

Note

This Snowflake Scripting construct is valid only within aSnowflake Scripting block.

See also:

AWAIT

Syntax

CANCEL ;

Copy

Where:

_resultsetname_

The name of the RESULTSET.

Usage notes

Examples

CANCEL my_result_set;

Copy