tags:

views:

11

answers:

0

Hi All,

I having values in such format "21/06/2010 10:50:27 am" in my DB table and i want to write the SQL query for getting Values in Sorted order

I tried " $query = "SELECT status,identity, time_of_process, FROM config ORDER BY time_of_process"; But this doesn't help!!!!!!!!

Regards New Dev