Hello, I have a problem of using the where clause for limiting dates
I can't even get a simple statement like on "Feb 5 2010" to work, e.g.,
select * from LineItems where DueDate = 2/5/2010; I tried "2/5/2010" "2010/2/5" "2010-2-5" "2010-02-05" 2010-2-5 2010-02-05 ... but none worked.
Does anyone have an idea what the proper format for the date should be? And should it be quoted?
Thank You!