Created
May 26, 2014 19:56
-
-
Save xivSolutions/45d3403f6fcb69f053b7 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
-- In Postgres I can do THIS for a table with a composite PK: | |
DELETE FROM [Building] WHERE (PropertyId, BuildingId) IN ((1,6),(1,7),(1,8),(1,9),(1,10)) | |
-- What is the SQL Server Equivelent? Or is there one? Am I stuck with some horrible nested subquery? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment