I\'ve spent hours searching the web for an answer to this question...
Here\'s what I currently have:
select * from order_header oh where tran_d
If you don't support future dated transactions then something like this might work:
AND oh.tran_date >= trunc(sysdate-1)