본문 바로가기
SQL/Oracle

Oracle 컬럼 속성 변경 하기

by 젤리씨 2020. 7. 19.
728x90




*not null설정

alter table 테이블명 modify (컬럼명 not null);



* 컬럼길이 수정

alter table 테이블명 modify(컬럼명 컬럼타입(길이));

728x90

댓글