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.
↧