Last active
August 29, 2015 14:21
-
-
Save jonathanstegall/4c5ce38a58b259031b29 to your computer and use it in GitHub Desktop.
Create SQL command from Excel row values
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
="Insert into `table` (column1,column2,column3) values('" & A1 & "','"& B1 & "','" & C1 & "','" & D1 & "','" & E1 & "');" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment