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

| created_at | updated_at | title | subtitle | tags |
| 2023-01-19 |  | Level Up |  | eng, work |
| 2022-12-18 |  | Career Advice |  | eng, work |
| 2022-12-18 |  | How to Write Well |  | eng, work, writing |
| 2021-10-16 |  | Database Operations Manual |  | dba, work |
4 rows in set (0.00 sec)