Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ezhov-da/245baa0cc412c33d9d2b9bfa3d7c78ba to your computer and use it in GitHub Desktop.
Save ezhov-da/245baa0cc412c33d9d2b9bfa3d7c78ba to your computer and use it in GitHub Desktop.
sql oracle получение части даты exctract
--https://docs.oracle.com/cd/B19306_01/server.102/b14200/functions050.htm
select EXTRACT(year from sysdate) from DUAL;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment