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

| created_at | updated_at | title | subtitle | tags |
| 2023-03-28 |  | Announcing Blip: A New MySQL Monitor |  | blip, mysql, monitoring |
| 2022-12-22 |  | Blip: A New Open Source MySQL Metrics Collector |  | mysql, metrics, monitoring, blip |
2 rows in set (0.00 sec)