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

| created_at | updated_at | title | subtitle | tags |
| 2019-12-15 |  | Fixing Ghosted GTIDs | When MySQL GTID auto-positioning fails | mysql, replication, gtid, auto-pos |
1 rows in set (0.00 sec)