In Oracle, the datetime system function is SYSDATE. Oracle 9i and later versions support CURRENT_DATE and CURRENT_TIMESTAMP. SELECT SYSDATE AS "Date" FROM DUAL;
確定! 回上一頁