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

| created_at | updated_at | title | subtitle | tags |
| 2017-12-10 |  | Approaching a New Software Project | How to start and where to go | software design, domain model |
1 rows in set (0.00 sec)