ORDER BY expressions in SQL
Friendly reminder: when you ORDER BY something in SQL, that something does not necessarily need to be a column, but could be an expression, the output of which can be ordered.
In the example below, we'd like to ORDER by sales decreasingly, but show t...
datawise.dev1 min read