George McMullen
SELECT ID, TranID, Type, TranDate FROM Transaction WHERE TranDate >= TRUNC(SYSDATE) AND TranDate < TRUNC(SYSDATE + 1)