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

| created_at | updated_at | title | subtitle | tags |
| 2022-11-20 |  | MySQL IOPS for Reads and Surprsies |  | mysql, iops |
1 rows in set (0.00 sec)