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

| created_at | updated_at | title | subtitle | tags |
| 2017-09-17 | 2024-06-05 | Five-Point Checklist for Excellent Software | Five ways to make your code excellent | software design, checklist |
1 rows in set (0.00 sec)