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

| created_at | updated_at | title | subtitle | tags |
| 2022-02-27 | 2023-02-18 | MySQL EXPLAIN ANALYZE | Chapter 2 | mysql, explain, book, efficient-mysql-performance |
1 rows in set (0.00 sec)