Information Schema: New Column in DATABASES View¶

Attention

This behavior change is in the 2023_03 bundle.

For the current status of the bundle, refer to Bundle History.

A column has been added to the DATABASES view in the INFORMATION_SCHEMA schema:

Column Name

Data Type

Description

TYPE

VARCHAR

Specifies the type of database. Valid values are: . - STANDARD: Specifies a normal database. . - IMPORTED DATABASE: Specifies a database that is created from a share.

Ref: 1032