SQL – ORDER BY not ordering correctly – Mysql
I have a query, works fine. In the last step I want it to order the whole table DESC based on the number of items in the 'Item List' column, but it's not working. SELECT t8.username AS 'Username', GROUP_CONCAT(CASE WHEN…