取Oracle 表名 字段名 註釋等實用語句

一、查找表的全部索引(包括索引名,類型,構成列):數據庫 select t.*,i.index_type fromuser_ind_columns t,user_indexes i where t.index_name = i.index_name andt.table_name = i.table_name and t.table_name = 要查詢的表 session 二、查找表的主鍵(包括
相關文章
相關標籤/搜索