摘要: --截取后得到的仍为date数据类型 select trunc(sysdate) from dual;--2017-03-13 00:00:00select trunc(sysdate+1) from dual;--2017-03-14 00:00:00 加一天 select trunc(sysda 阅读全文
posted @ 2021-10-16 20:47 harrison辉 阅读(1024) 评论(0) 推荐(0)