Skip to content

Instantly share code, notes, and snippets.

@jonathanstegall
Last active August 29, 2015 14:21
Show Gist options
  • Save jonathanstegall/4c5ce38a58b259031b29 to your computer and use it in GitHub Desktop.
Save jonathanstegall/4c5ce38a58b259031b29 to your computer and use it in GitHub Desktop.
Create SQL command from Excel row values
="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