Skip to content

Instantly share code, notes, and snippets.

@rockey5520
Created October 15, 2020 12:57
Show Gist options
  • Save rockey5520/5b1be310a141bea2841311961aa147da to your computer and use it in GitHub Desktop.
Save rockey5520/5b1be310a141bea2841311961aa147da to your computer and use it in GitHub Desktop.
String query = "SELECT \"EMP_ID\", \"LAST_NAME\" FROM \"EMPLOYEE_TB\"\n" +
"WHERE \"CITY\" = 'INDIANAPOLIS'\n" +
"ORDER BY \"EMP_ID\", \"LAST_NAME\";\n";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment