SELECT USER_TAB_COLS.TABLE_NAME
as 表名,
USER_TAB_COLS.COLUMN_NAME as 列名 ,
USER_TAB_COLS.DATA_TYPE as 數據類(lèi)型,
USER_TAB_COLS.DATA_LENGTH as 長(cháng)度,
USER_TAB_COLS.NULLABLE as 是否為空,
USER_TAB_COLS.COLUMN_ID as 列序號,
user_col_comments.comments as 備注
FROM USER_TAB_COLS
inner join user_col_comments on
user_col_comments.TABLE_NAME=USER_TAB_COLS.TABLE_NAME
and user_col_comments.COLUMN_NAME=USER_TAB_COLS.COLUMN_NAME
where USER_TAB_COLS.Table_Name='表名'
本站僅提供存儲服務(wù),所有內容均由用戶(hù)發(fā)布,如發(fā)現有害或侵權內容,請
點(diǎn)擊舉報。