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

| created_at | updated_at | title | subtitle | tags |
| 2022-09-16 |  | How Not to Use MySQL | Chapter 9 | mysql, antipatterns, book, efficient-mysql-performance |
| 2017-06-03 |  | Go Antipatterns |  | golang, antipatterns |
2 rows in set (0.00 sec)