mysql> SELECT created_at, updated_at, title, subtitle FROM pages WHERE tags LIKE 'history' ORDER BY created_at DESC;

| created_at | updated_at | title | subtitle | tags |
| 2024-06-20 |  | Lessons From 20 Years Hacking MySQL (Part 1) | Randomness | mysql, philosophy, history, business |
| 2024-06-20 |  | Lessons From 20 Years Hacking MySQL (Part 2) | Philosophy | mysql, philosophy, history, business |
2 rows in set (0.00 sec)