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 want the timestamp for yesterday try something like:
(CURRENT_TIMESTAMP - INTERVAL '1' DAY)