Como obter o dia anterior no MySQL
where rejection_date > trunc(sysdate -1, 'DD')
and rejection_date < trunc(sysdate, 'DD')
Curious Cottonmouth
where rejection_date > trunc(sysdate -1, 'DD')
and rejection_date < trunc(sysdate, 'DD')