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
ex) alter table s_table 2 modify (title varchar2(50));
table altered
댓글
댓글 쓰기
질문이나 의견은 요기에 남겨주세요 ^^,,