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

| created_at | updated_at | title | subtitle | tags |
| 2019-04-12 |  | Path and Dimension Metrics | Strategies for identifying and organizing data points | metrics, monitoring, time series |
1 rows in set (0.00 sec)