- Categories:
System functions (Control)
SYSTEM$UNSET_ DEFAULT_ COLUMNS_ OVERRIDE_ FOR_ SHOW_ COMMAND¶
Clears the list of columns specified by a previous call to SYSTEM$SET_DEFAULT_COLUMNS_OVERRIDE_FOR_SHOW_COMMAND for a type of object.
For more information, see Handling new columns in SHOW command output and Snowflake views.
语法
实参
'object_type'Type of object for the SHOW command. For example, for the SHOW TABLES command, specify
'TABLES'. For the SHOW NOTIFICATION INTEGRATIONS command, specify'NOTIFICATION INTEGRATIONS'.
返回
如果操作成功,返回 TRUE。
访问控制要求
只有账户管理员(被授予 ACCOUNTADMIN 角色的用户)可以调用此函数。
示例
The following example clears the list of columns set by a previous SYSTEM$SET_DEFAULT_COLUMNS_OVERRIDE_FOR_SHOW_COMMAND call for the SHOW TABLES command: