본문 바로가기

IT/SQL

테이블 컬럼 사이즈 변경

ALTER TABLE 테이블이름 MODIFY(컬럼명 데이터타입(사이즈));


ex) alter table vendor_inf modify(nation_code varchar2(3));