Viewing post 1 (of 1 total)
Change the query like this
SELECT * FROM table WHERE startdate > '14-Apr-2003'
or
SELECT * FROM table WHERE startdate > 'Apr 14 2003'
this will work
regards
June 11, 2003 at 10:33 am
#460814