Skip to content

Instantly share code, notes, and snippets.

@Teddy95
Created August 7, 2019 10:43
Show Gist options
  • Save Teddy95/4f70053ac34435599c2d909d8c555677 to your computer and use it in GitHub Desktop.
Save Teddy95/4f70053ac34435599c2d909d8c555677 to your computer and use it in GitHub Desktop.
Oracle WHERE DateTime
SELECT * FROM table WHERE datetimefield = TO_DATE('7-11-2019 7:07:11','DD-MM-YYYY HH24:MI:SS')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment