Skip to content

Instantly share code, notes, and snippets.

@modul8com
Created December 10, 2013 14:24
Show Gist options
  • Save modul8com/7891348 to your computer and use it in GitHub Desktop.
Save modul8com/7891348 to your computer and use it in GitHub Desktop.
GetDate() equivalent in Oracle
select systimestamp at time zone 'UTC' from dual;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment