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

| created_at | updated_at | title | subtitle | tags |
| 2022-06-18 |  | InnoDB Page Flushing Diagram | Chapter 6 | mysql, innodb, book, efficient-mysql-performance |
| 2021-09-02 |  | MySQL LRU Flushing and I/O Capacity |  | mysql, innodb, lru-flushing, io-capacity |
2 rows in set (0.00 sec)