Tech Trivia
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
Can anyone tell me why is this is not getting sorted as I intended ?
No Comments
Learn how to split log data into different tables using Serilog in ASP.NET Core
Posted 4/23/2020Writing logs to different files using Serilog in ASP.NET Core Web Application
Posted 4/15/2020Write your logs into database in an ASP.NET Core application using Serilog
Posted 2/2/2020Rollover log files automatically in an ASP.NET Core Web Application using Serilog
Posted 1/19/2020Implementing Logging in a .NET Core Web Application using Serilog
Posted 1/8/2020