?
Dokumen ini menggunakan Manual laman web PHP Cina Lepaskan
視圖 view_column_usage標識所有在一個視圖的查詢表達式 (定義視圖的SELECT語句)中使用的字段。 只有在當前用戶是包含該字段的表的所有者的時候才會列出這個字段。
Note: 系統(tǒng)表的字段沒有列出。以后應(yīng)該修補這個問題。
Table 34-49. view_column_usage 字段
名稱 | 數(shù)據(jù)類型 | 描述 |
---|---|---|
view_catalog | sql_identifier | 包含這個視圖的數(shù)據(jù)庫名稱(總是當前數(shù)據(jù)庫) |
view_schema | sql_identifier | 包含這個視圖的模式名稱 |
view_name | sql_identifier | 視圖名稱 |
table_catalog | sql_identifier | Name of the database that contains the table that contains the column that is used by the view (always the current database) 包含被這個視圖使用的字段的表所在的數(shù)據(jù)庫的名字(總是當前數(shù)據(jù)庫) |
table_schema | sql_identifier | 包含被這個視圖使用的字段的表所在的模式名稱 |
table_name | sql_identifier | 包含被這個視圖使用的字段的表名 |
column_name | sql_identifier | 視圖使用的字段名 |