1. comment를 가지고 있는 전체 테이블 검색 명 검색
select * from dictionary where upper(comments) like 'COMMENT%';

2. 해당 comment 검색
select * from USER_COL_COMMENTS where column_name ='ROLE_CD_ALGN';

+ Recent posts