ORACLE常用话语整理

ORACLE常用语句整理所有表里的字段类型统计select * from user_tab_columns where TABLE_NAME and DA

ORACLE常用语句整理
所有表里的字段类型统计
     select * from user_tab_columns where TABLE_NAME = '' and DATA_TYPE = '';