mysql> SELECT created_at, updated_at, title, subtitle FROM pages WHERE type = 'path' ORDER BY created_at DESC;

| created_at | updated_at | title | subtitle | tags |
| 2023-11-06 |  | The Future of MySQL Schema Change: Spirit |  | mysql, pt-osc, gh-ost, Spirit |
| 2022-09-16 |  | How Not to Use MySQL | Chapter 9 | mysql, antipatterns, book, efficient-mysql-performance |
| 2018-07-22 |  | When MySQL Goes Away | Handling MySQL errors with go-mysql/errors | mysql, errors, golang |
3 rows in set (0.00 sec)