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

| created_at | updated_at | title | subtitle | tags |
| 2022-05-20 | 2024-06-04 | I Don't Want to Shard (MySQL) | Chapter 5 | mysql, sharding, newsql, philosophy, book, efficient-mysql-performance |
1 rows in set (0.00 sec)