Skip to content

Instantly share code, notes, and snippets.

@sqlparser
Created April 8, 2014 02:35
Show Gist options
  • Save sqlparser/10084441 to your computer and use it in GitHub Desktop.
Save sqlparser/10084441 to your computer and use it in GitHub Desktop.
Insert column list
INSERT INTO Production.Location (Name, CostRate, Availability)
VALUES
(N'Final Inventory',
15.00,
80.00);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment