1. comment를 가지고 있는 전체 테이블 검색 명 검색
select * from dictionary where upper(comments) like 'COMMENT%';
2. 해당 comment 검색
select * from USER_COL_COMMENTS where column_name ='ROLE_CD_ALGN';
'DataBase > Sql' 카테고리의 다른 글
[Sql] Oracle - Union vs Union ALL (0) | 2010.07.08 |
---|---|
[Sql] Oracle - DDL(Alter table(컬럼)) (0) | 2010.07.06 |
[Sql] Oracle - 정규화 예제 (0) | 2010.06.07 |
[Sql] Oracle - MERGE (update 실패시 insert) (1) | 2010.05.20 |
[Sql] Oracle - Select시 자동 num 증가 (0) | 2010.03.12 |