Code has been added to clipboard!

Dropping SQL Default Value in Server, Oracle and MS Access

Example
ALTER TABLE Person
ALTER COLUMN CityID DROP DEFAULT;