I am trying to retrieve only the data for a 24 hr period.
The sql I have is:
SELECT * FROM aprstrack WHERE callsignSSID = 'VE9SC-9' AND
reporttime BETWEEN SYSDATE() - INTERVAL 1 DAY AND SYSDATE()) ORDER BY
reporttime ASC
can someone tell me where I am going wrong. Thanks in-advance.
remove extra brcket from
SYSDATE())