Created
April 14, 2014 20:55
-
-
Save mjdescy/10682138 to your computer and use it in GitHub Desktop.
Microsoft Access Drop Primary Key Constraint SQL
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ALTER TABLE TableName DROP CONSTRAINT PrimaryKey; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment