select 'comment on table '||table_name|| ' is ' || ''''''
from dba_tab_comments
;
크리에이티브 커먼즈 라이센스
Creative Commons License
이올린에 북마크하기(0) 이올린에 추천하기(0)
2009/10/30 03:48 2009/10/30 03:48
select *
from dba_col_comments
where 1=1
and owner='anydragon'
and comments is NULL
and table_name not like 'BIN$%'
order by table_name
;
크리에이티브 커먼즈 라이센스
Creative Commons License
이올린에 북마크하기(0) 이올린에 추천하기(0)
2009/10/30 03:47 2009/10/30 03:47
select *
from dba_tab_comments
where 1=1
and owner='anydragon'
and comments is NULL
and table_name not like 'BIN$%'
order by table_name
;
크리에이티브 커먼즈 라이센스
Creative Commons License
이올린에 북마크하기(0) 이올린에 추천하기(0)
2009/10/30 03:46 2009/10/30 03:46