Oracle supports both date and time, albeit differently from the SQL2 standard. ... SELECT TO_CHAR(b, 'YYYY/MM/DD') AS b FROM x; returns the result:
確定! 回上一頁