oracle中读取时间,用to_char函数。 如: select to_char(sysdate,'yyyy-mm-dd') from dual; to_char函数date/time 转换的模板:
to_date(sysdate,'yyyy-MM-dd')
trunc(sysdate)