查询oracle中的特殊字段

select *from v$reserved_words
where keyword
in(

select COLUMN_NAME

from all_tab_columns

where table_name = 'TQADA01'

);

猜你喜欢

转载自www.cnblogs.com/songkun/p/9156294.html