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

| created_at | updated_at | title | subtitle | tags |
| 2017-08-20 |  | How To Test the Database | It's important but not special | software design, testing, database |
1 rows in set (0.00 sec)