[Oracle]comment 주기

SQL/ORACLE 2014. 2. 12. 21:48
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
반응형
블로그 이미지

nineDeveloper

안녕하세요 현직 개발자 입니다 ~ 빠르게 변화하는 세상에 뒤쳐지지 않도록 우리모두 열심히 공부합시다 ~! 개발공부는 넘나 재미있는 것~!

,