SELECT * from sale_daily
where rq='${开始日期}'
我想取这个开始日期的前几天,比例减7天,这个怎么表示。
where rq='${format(datedelta(开始日期,-7),"yyyy-MM-dd")}'
${DATEDELTA(开始日期,-7)}