SQL:select * from table1 where to_char(timefield1,'yyyy-mm-dd')=to_char(sysdate,'yyyy-mm-dd')
oracle中查询日期为当天的所有记录
最新推荐文章于 2024-09-23 11:07:49 发布

SQL:select * from table1 where to_char(timefield1,'yyyy-mm-dd')=to_char(sysdate,'yyyy-mm-dd')