Answers for "how to get the previous day on mysql"

SQL
0

how to get the previous day on mysql

where rejection_date > trunc(sysdate -1, 'DD')
and rejection_date < trunc(sysdate, 'DD')
Posted by: Guest on March-29-2022

Code answers related to "how to get the previous day on mysql"

Code answers related to "SQL"

Browse Popular Code Answers by Language