Skip to content

Instantly share code, notes, and snippets.

@clintmjohnson
Last active September 6, 2015 20:02
Show Gist options
  • Save clintmjohnson/db8ea6efc501aff00ac1 to your computer and use it in GitHub Desktop.
Save clintmjohnson/db8ea6efc501aff00ac1 to your computer and use it in GitHub Desktop.
Use nimbletext to create SQL Insert query - http://nimbletext.com/HowTo/GenerateInsert
$ONCE
Insert into Contacts (FirstName, LastName, Company)
Values
$EACH+
('$0', '$1', '$2')<% if ($rownumOne != $numrows) {','} %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment