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

| created_at | updated_at | title | subtitle | tags |
| 2018-05-13 |  | Thinking in Go |  | golang, software design, godoc |
1 rows in set (0.00 sec)