ORACLE常用语句整理
所有表里的字段类型统计
select * from user_tab_columns where TABLE_NAME = '' and DATA_TYPE = '';
发布时间: 2012-08-09 15:59:21 作者: rapoo
ORACLE常用语句整理
所有表里的字段类型统计
select * from user_tab_columns where TABLE_NAME = '' and DATA_TYPE = '';