Sunday, 6th February 2022
TIL
Ordered group_concat() in SQLite
— I was trying to use `group_concat()` to glue together some column values into a stiched together Markdown document. My first attempt looked like this: