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

| created_at | updated_at | title | subtitle | tags |
| 2023-11-28 | 2023-11-29 | The Infamous ORDER BY LIMIT Query Optimizer Bug | 16 Years of Fun | mysql, query-optimization, bug |
1 rows in set (0.00 sec)