Skip to content

Instantly share code, notes, and snippets.

@joachimkainz
Created May 10, 2012 19:45
Show Gist options
  • Select an option

  • Save joachimkainz/2655406 to your computer and use it in GitHub Desktop.

Select an option

Save joachimkainz/2655406 to your computer and use it in GitHub Desktop.
Selecting the current time in Oracle
SELECT TO_CHAR(SYSDATE, 'DD-Mon-YYYY') FROM Dual;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment