存储过程

Snowflake provides stored procedures to facilitate using certain Snowflake features. To find the stored procedures that are associated with a particular Snowflake Class, see SQL class reference.

Use CALL to call a stored procedure. For example:

CALL SYSTEM$CLASSIFY('hr.tables.empl_info', null);

Snowflake 支持以下按功能分组的存储过程: