시리얼 삭제

설명

DROP SERIAL 문으로 시리얼 객체를 데이터베이스에서 삭제할 수 있다.

구문

DROP SERIAL serial_identifier

예제

다음 예는 order_no 시리얼을 삭제하는 예제이다.

DROP SERIAL order_no;