Format date using TO_CHAR() function. SELECT TO_CHAR( SYSDATE, 'FMMonth DD, YYYY' ) FROM dual;. The output would be: August 1, 2017.
確定! 回上一頁