Friday 14 February 2014

Drop Default OR Drop sequence on a table




If we need to drop a table sequence number, we can follow below syntax.

ALTER TABLE <Table Name> ALTER COLUMN <Column Name> DROP DEFAULT

No comments:

Post a Comment