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-28 | 2025-04-23 | The Infamous ORDER BY LIMIT Query Optimizer Bug | 16 Years of Fun | mysql, query-optimization, bug |
| 2022-02-27 | 2023-02-18 | MySQL EXPLAIN ANALYZE | Chapter 2 | mysql, explain, book, efficient-mysql-performance |
2 rows in set (0.00 sec)