DB/ORACLE
오라클 테이블 필드 삭제
yeon.Biju
2017. 5. 3. 15:23
ALTER TABLE tableName DROP (fieldName ) ;
ALTER TABLE tableName DROP (fieldName ) ;