- Categories:
System Functions (System Control)
SYSTEM$DISABLE_BEHAVIOR_CHANGE_BUNDLE¶
Disables the behavior changes included in the specified release bundle for the current account.
Syntax¶
SYSTEM$DISABLE_BEHAVIOR_CHANGE_BUNDLE( <bundle_name> )
Arguments¶
bundle_name
Name of the behavior change bundle. To obtain the name for a bundle, see the Pending Behavior Change Log in the Snowflake Community.
Returns¶
Returns the VARCHAR value DISABLED
if the function successfully disables the behavior changes.
Examples¶
select SYSTEM$DISABLE_BEHAVIOR_CHANGE_BUNDLE('2020_08');
+--------------------------------------------------+
| SYSTEM$DISABLE_BEHAVIOR_CHANGE_BUNDLE('2020_08') |
|--------------------------------------------------|
| DISABLED |
+--------------------------------------------------+