Oracle查詢所有表

2021-09-23 10:39:39 字數 842 閱讀 1679

select*fromall_tab_comments-- 查詢所有使用者的表,檢視等

select*fromuser_tab_comments-- 查詢本使用者的表,檢視等

select*fromall_col_comments--查詢所有使用者的表的列名和注釋.

select*fromuser_col_comments-- 查詢本使用者的表的列名和注釋

select*fromall_tab_columns--查詢所有使用者的表的列名等資訊(詳細但是沒有備註).

select*fromuser_tab_columns--查詢本使用者的表的列名等資訊(詳細但是沒有備註).

select table_name from all_tables --查詢所有使用者的表

select table_name from dbs_tables --包括系統表

查詢oracle所有表

select from all tables where owner test test為使用者名稱,使用者名稱必須是大寫。檢視當前登入的使用者的所有表 select table name from user tables 檢視所有以 sym 開頭的所有表 select table name fro...

Oracle查詢使用者所有表

oracle 查詢使用者所有表 select from all tab comments 查詢所有使用者的表,檢視等 select from user tab comments 查詢本使用者的表,檢視等 select from all col comments 查詢所有使用者的表的列名和注釋.sel...

Oracle查詢使用者所有表

下面為您介紹的語句用於實現oracle查詢使用者所有表,如果您對oracle查詢方面感興趣的話,不妨一看。select from all tab comments 查詢所有使用者的表,檢視等 select from user tab comments 查詢本使用者的表,檢視等 select from...