Skip to content

Instantly share code, notes, and snippets.

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