Skip to content

Instantly share code, notes, and snippets.

@sirusdas
Created April 26, 2019 14:23
Show Gist options
  • Save sirusdas/0162d3eefdff48205e47c15d5ff94bb5 to your computer and use it in GitHub Desktop.
Save sirusdas/0162d3eefdff48205e47c15d5ff94bb5 to your computer and use it in GitHub Desktop.
Excel Queries
  =CONCATENATE("insert into cityMaster(cityName,cityCode,stateId,zoneId,status) values('",A2,"','",B2,"','",D2,"','",E2,"',1);")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment