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

| created_at | updated_at | title | subtitle | tags |
| 2019-03-25 | 2024-06-04 | Go Error Types |  | golang, errors |
| 2018-07-22 |  | When MySQL Goes Away | Handling MySQL errors with go-mysql/errors | mysql, errors, golang |
2 rows in set (0.00 sec)