©
本文档使用
php.cn手册 发布
视图 view_table_usage 标识所有在一个视图的查询表达式中 (定义视图的SELECT语句)使用的表的名字。 只有在当前用户是这个表的所有者的时候才会包含这个表。
Note: 没有包括系统表。这个在将来应该修补。
Table 34-51. view_table_usage 字段
名字 | 数据类型 | 描述 |
---|---|---|
view_catalog | sql_identifier | 包含该视图的数据库的名称(总是当前数据库) |
view_schema | sql_identifier | 包含该视图的模式的名称 |
view_name | sql_identifier | 视图名 |
table_catalog | sql_identifier | 包含被视图使用的表的数据库的名称(总是当前数据库) |
table_schema | sql_identifier | 包含被视图使用的表的模式名称 |
table_name | sql_identifier | 视图使用的表的名称 |