Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: date problem with SQL 2000

    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

Viewing post 1 (of 1 total)