select *
from v$reserved_words
where keyword
in(
select COLUMN_NAME
from all_tab_columns
where table_name = ‘JC_GUESTBOOKMODEL_ITEM‘ and owner=‘JLWCM‘
);
时间: 2024-12-18 02:47:12
select *
from v$reserved_words
where keyword
in(
select COLUMN_NAME
from all_tab_columns
where table_name = ‘JC_GUESTBOOKMODEL_ITEM‘ and owner=‘JLWCM‘
);