Posted by William Stokes on 10/21/44 11:15
Hello,
I made a mistake and stored date information to DB as varchar values
(dd.mm.yyy). When I read the DB is it still possible to sort the data by
date with SQL query (ORDER BY date ASC)? Or is it nessessary to have the
date information to be stored as a date in the DB? Will it work or is the
output going to be sorted randomly?
Thanks
-Will
[Back to original message]
|