- Categories:
System functions (System Control)
SYSTEM$UNSET_EVENT_SHARING_ACCOUNT_FOR_REGION¶
Unsets the events account for a region.
Syntax¶
SYSTEM$UNSET_EVENT_SHARING_ACCOUNT_FOR_REGION( '<snowflake_region>' , '<region_group>' , '<account_name>' )
Arguments¶
snowflake_regionSpecifies the region where the account is located, for example:
AWS_US_WEST_2, AWS_US_EAST_1.region_groupSpecifies the region group, for example:
PUBLIC.account_nameSpecifies the account name.
Access control requirements¶
Only organization administrators can execute this SQL function.
Examples¶
SELECT SYSTEM$UNSET_EVENT_SHARING_ACCOUNT_FOR_REGION('aws_us_west_2', 'public', 'myaccount');