Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

Change Order of Week Names to Show Current Data First

$
0
0
Hello. Pardon me, I'm new to both this forum and SQL.I need assistance with code that will allow me to change the return order of week names. Currently, the return as the following:Weeks 9,8,7,6,5,4,3,2,14,13,12,11,10,1 ... and so onI need the data to return in current order, such as:Weeks 14,13,12,11,10,9,8,7,6,5,4,3,2,1 ... and so onHow might I resolve this?Thank you.

Viewing all articles
Browse latest Browse all 3145

Trending Articles