Hello - I have a question about when to use TRUNC(SYSDATE).
In particular, I'm wondering whether or not there is any reason to use TRUNC(SYSDATE) in the following statement:
select app_id from app where sysdate between start_date and stop_date
....where start_date and stop_date are stored truncated (no time info stored in column).
Thanks!