Skip to content

Instantly share code, notes, and snippets.

@sqlparser
Created April 9, 2014 08:02
Show Gist options
  • Save sqlparser/10238849 to your computer and use it in GitHub Desktop.
Save sqlparser/10238849 to your computer and use it in GitHub Desktop.
insert parenthesis first value
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