摘要:
select T.COLUMN_NAME,t.data_type ,c.comments from ALL_TAB_COLUMNS T ,user_col_comments c where 1=1 and c.table_name = t.table_name and c.c... 阅读全文
posted @ 2014-05-22 17:52
binsite
阅读(213)
评论(0)
推荐(0)
摘要:
select * from all_tab_comments-- 查询所有用户的表,视图等select * from user_tab_comments -- 查询本用户的表,视图等select * from all_col_comments--查询所有用户的表的列名和注释.select * fro... 阅读全文
posted @ 2014-05-22 11:23
binsite
阅读(174)
评论(0)
推荐(0)
摘要:
SELECT F.TABLE_NAME, F.CONSTRAINT_NAME, F.COLUMN_NAME, F.POSITION, P.TABLE_NAME, P.COLUMN_NAME, P.POSITION ,R.OWNER FROM USER_CONSTRAINTS R, USER_CO... 阅读全文
posted @ 2014-05-22 11:18
binsite
阅读(507)
评论(0)
推荐(0)

浙公网安备 33010602011771号