728x90
반응형
table or column에 comment 주기
comment on table table_name is 'description';
comment on column table_name.column_name is 'description';
comment of up to 2000 bytes about a column, table, view, snapshot
관련view : all(user)_col_comments, all(user)_tab_comments
(column comments -> _col_ , table comments -> _tab_ )
- object 이름 바꾸기 : rename old_name to new_name;
728x90
반응형
'SQL > ORACLE' 카테고리의 다른 글
[oracle]칼럼명 변경 (0) | 2014.02.12 |
---|---|
[Oracle]comment 주기, 생성할때 테이블스페이스 지정하기 (0) | 2014.02.12 |
[Oracle]오라클 데이터 유형 (0) | 2014.02.12 |
[Oracle]랜덤하게 데이터 가져오기 (0) | 2014.02.12 |
[Oracle]lpad, rpad 함수 사용방법 (0) | 2014.02.12 |
[Oracle]DBLink 사용방법 (0) | 2014.02.12 |
[Oracle rank() 함수 쓰는 방법 (0) | 2014.02.12 |
[Oracle]Transnames.ora 파일 설정방법 (0) | 2014.02.12 |