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

| created_at | updated_at | title | subtitle | tags |
| 2017-06-11 |  | Custom MongoDB Replica Set Write Concern | For data center-aware write acks | mongodb, replica set, write concern, tag set |
1 rows in set (0.00 sec)