iam having a table with date and time data like 12/12/2007 7:30 am 1/12/2008 8:30 pm 1/12/2008 7:30 pm now how can i get the data in desc order of the date and time like this 1/12/2008 8:30 pm 1/12/2008 7:30 pm 12/12/2007 7:30 am
iam having a table with date and time data like 12/12/2007 7:30 am 1/12/2008 8:30 pm 1/12/2008 7:30 pm now how can i get the data in desc order of the date and time like this 1/12/2008 8:30 pm 1/12/2008 7:30 pm 12/12/2007 7:30 am