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

| created_at | updated_at | title | subtitle | tags |
| 2023-08-01 |  | Announcing Finch: A New MySQL Benchmarking Tool |  | mysql, benchmarks, finch |
| 2023-05-12 | 2024-06-04 | Are Aurora Performance Claims True? |  | mysql, aws, aurora, benchmarks |
| 2023-01-02 | 2023-02-18 | COMMIT Latency: Aurora vs. RDS MySQL 8.0 |  | mysql, benchmarks, aws, aurora |
3 rows in set (0.00 sec)