I have tried using SYSDATE as follows:
SELECT xzy
FROM BUG
WHERE (BG_STATUS <> 'Cancelled' and
BG_STATUS <> 'Rejected') and
BG_USER_11 >= SYSDATE()
ORDER BY BG_BUG_ID
I get an error saying "SQL command not properly ended"
Am I missing something?
I have tried using SYSDATE as follows:
SELECT xzy
FROM BUG
WHERE (BG_STATUS <> 'Cancelled' and
BG_STATUS <> 'Rejected') and
BG_USER_11 >= SYSDATE()
ORDER BY BG_BUG_ID
I get an error saying "SQL command not properly ended"
Am I missing something?