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

| created_at | updated_at | title | subtitle | tags |
| 2017-09-05 |  | Designing Tools for Integration | Using factories, hooks, and context to make tools extensible and customizable | software design, tools, integration |
1 rows in set (0.00 sec)