Oracle: -- Truncate the current date and time (time part will be set to 00:00:00) SELECT TRUNC(SYSDATE) FROM dual; # 2016-04-07 SELECT ...
確定! 回上一頁