logdb是什么数据库?我想筛选logdb.fine_record_execute中当天的数据,有表示当天日期与时间的函数吗?
报表日志 LogDB 数据库 https://help.fanruan.com/finereport/doc-view-891.html
===============
小于当前日期,
select * from fine_record_execute where todate(time) >='${FORMAT(MONTHDELTA(NOW(),-1),"yyyy-MM-dd HH:mm:ss")}'
and todate(time) <'${now()}'