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

| created_at | updated_at | title | subtitle | tags |
| 2017-06-17 |  | Reading os/exec.Cmd Output Without Race Conditions | And without cmd.StdoutPipe | golang, os/exec, race condition |
1 rows in set (0.00 sec)