IT/SQL
테이블 컬럼 사이즈 변경
알아영
2016. 7. 11. 10:36
ALTER TABLE 테이블이름 MODIFY(컬럼명 데이터타입(사이즈));
ex) alter table vendor_inf modify(nation_code varchar2(3));