FUNCTIONS 视图 (ACCOUNT_ USAGE):不再包含存储过程¶
Attention
This behavior change is in the 2024_06 bundle.
For the current status of the bundle, refer to Bundle History.
With this behavior change, the FUNCTIONS view in the ACCOUNT_USAGE schema changes as follows:
- Before the change:
视图包括存储过程的行。
- After the change:
视图不包括存储过程的行。
This behavior change makes the FUNCTIONS view in ACCOUNT_USAGE consistent with the FUNCTIONS view in INFORMATION_SCHEMA.
If you need information about the stored procedures in your account, use the PROCEDURES view in the ACCOUNT_USAGE schema instead.
参考:1671