DATABASES 和 SCHEMATA 视图,以及 SHOW DATABASES 和 SHOW SCHEMAS 命令:输出中的新列¶
Attention
This behavior change is in the 2024_08 bundle.
For the current status of the bundle, refer to Bundle History.
When this behavior change bundle is enabled, a new column, OBJECT_VISIBILITY, will be added to the following ACCOUNT_USAGE views:
OBJECT_VISIBILITY will also be available in the output of the SHOW DATABASES and SHOW SCHEMAS commands.
| 列名称 | 数据类型 | 描述 |
|---|---|---|
| OBJECT_VISIBILITY | OBJECT | 新列会追加到现有视图中,并保留下来供将来使用。 |
参考:1759