engineer2100
Programmer
I would like a small query that would check a Date value to be between yesterday 1600hrs to today 1600hrs.
Thanks in Advance
-Engi
Thanks in Advance
-Engi
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
...between trunc(sysdate) - 1/3 and trunc(sysdate) + 2/3
...between trunc(sysdate) - 1/3 and trunc(sysdate) + 2/3