Posted on 2011-12-09 15:27
xcp 阅读(2070)
评论(1) 编辑 收藏 所属分类:
Database
select * from user_tab_cols b where b.table_name='B_ZA_CZRKXX' ORDER BY b.internal_column_id;
--USER_TAB_COLUMNS,以避免获取到oracle自行添加的隐藏字段
select * from user_tab_columns b where b.TABLE_NAME='B_ZA_CZRKXX';
select * from user_tab_comments b where b.TABLE_NAME='B_ZA_CZRKXX';
select * from user_col_comments b where b.TABLE_NAME='B_ZA_CZRKXX';
select col.COLUMN_NAME ,com.comments,col.DATA_TYPE
from user_tab_columns col
inner join user_col_comments com
on col.TABLE_NAME='B_ZA_CZRKXX' and
col.TABLE_NAME=com.TABLE_NAME and
col.COLUMN_NAME=com.COLUMN_NAME
order by col.COLUMN_ID
名称: ♪4C.ESL | .↗Evon
口号: 遇到新问题♪先要寻找一个方案乄而不是创造一个方案こ
mail: 联系我