Nov 4, 2015 ascending descending mix order sort sql TIL you can mix ASC, DESC in ORDER BY (SQLite) TL;DR: You can use ORDER BY column1 DESC, column2 ASC ... in your code. The other day I was trying to get a custom ordering