Hi,
I've got some dates stored in a table just as a varchar, like:
02/02/2009
03/02/2009
05/03/2009
etc etc
The ordering seems to work but if have a date like 20/02/2007 it doesn't work and doesn't appear before the other 3 like it should.
So I'm guessing I've gone about this wrong, wondering what the best way of doing it is, should I convert my DD/MM/YYYY into something else?
Cheers