Oracle Column Modify - Memo

ALTER TABLE TABLE_NAME MODIFY (column datatype [DEFAULT 식] [NOT NULL][column DataType]);



ex) alter table s_table 2 modify (title varchar2(50));
    table altered

댓글

이 블로그의 인기 게시물

jquery css

Spring PDF Example

Spring Context Infomation Example