Oracle PL/SQL/Date Timezone/CURRENT DATE
Версия от 13:45, 26 мая 2010; (обсуждение)
CURRENT_DATE: Get the date in your session time zone
SQL>
SQL> --Get the date in your session time zone using the CURRENT_DATE() function
SQL>
SQL> SELECT CURRENT_DATE FROM dual;
CURRENT_DAT
-----------
2006-SEP-16
SQL>
SQL>