Last active
September 6, 2015 20:02
-
-
Save clintmjohnson/db8ea6efc501aff00ac1 to your computer and use it in GitHub Desktop.
Use nimbletext to create SQL Insert query - http://nimbletext.com/HowTo/GenerateInsert
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
$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