mysql> SELECT created_at, updated_at, title, subtitle FROM pages WHERE tags LIKE 'performance_schema' 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 |
2 rows in set (0.00 sec)