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

| created_at | updated_at | title | subtitle | tags |
| 2023-04-06 |  | An Efficient Path to Learning MySQL Performance |  | mysql, conference, video, slides |
1 rows in set (0.00 sec)