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

| created_at | updated_at | title | subtitle | tags |
| 2022-10-15 |  | Is MySQL in the Cloud the End of the DBA? | Chapter 10 | mysql, cloud, dba, business, philosophy, book, efficient-mysql-performance |
| 2021-10-16 |  | Database Operations Manual |  | dba, work |
2 rows in set (0.00 sec)