karenmierkalns
Programmer
I am trying to use BETWEEN in my sql where clause, for my dates. However, my date field is a text datatype, to get around entering nothing into the field.
Is there an easy to get the proper data back?
SELECT * FROM ASB WHERE DateEst BETWEEN '08/24/1994' AND '07/17/2001'
is bringing back:
08/23/2001
Any suggestions?
Thanks - Karen
Is there an easy to get the proper data back?
SELECT * FROM ASB WHERE DateEst BETWEEN '08/24/1994' AND '07/17/2001'
is bringing back:
08/23/2001
Any suggestions?
Thanks - Karen