You must login to the site to see available quizzes.
I have a table with only one column which stores date values as shown below.
Now I want to sort the data in the descending order of the date and needs to display it in the mm/dd/yyyy format. So,
Select Convert(VarChar(10),FeedDate,103) FeedDate From Test Order By FeedDate Desc
The result I got was as follows