mysql> SELECT created_at, updated_at, title, subtitle FROM pages WHERE type = 'path' ORDER BY created_at DESC;

| created_at | updated_at | title | subtitle | tags |
| 2022-08-28 |  | Mining the MySQL Performance Schema for Transactions | Chapter 8 | mysql, transactions, performance-schema, book, efficient-mysql-performance |
| 2022-08-28 |  | MySQL Transaction Reporting |  | mysql, transactions, performance-schema |
| 2021-07-26 |  | MySQL Data Locks: Mapping 8.0 to 5.7 |  | mysql, data-locks |
3 rows in set (0.00 sec)