Journal 2022-07-07
<!-- Morning -->SQL
- Order by queries can accept an expression so if you need to order a specific category before the others you can do:
SELECT name, category FROM table ORDER (category = 'foo') DESC
<!-- What do I want to do today? -->
<!-- Evening -->
<!-- What did I learn today? -->
<!-- Things I learned -->
<!-- Useful tools and libraries -->