mysql> SELECT created_at, updated_at, title, subtitle FROM pages WHERE tags LIKE '
golang' ORDER BY created_at DESC;
| | created_at | | | updated_at | | | title | | | subtitle | | | tags | | |
| | 2022-03-25 | | | | | | Go Single-character Names | | | | | | golang, variable-naming | | |
| | 2019-03-25 | | | 2024-06-04 | | | Go Error Types | | | | | | golang, errors | | |
| | 2018-12-16 | | | 2024-06-04 | | | Go Channel Red Flags | | | | | | golang, channels, sender-closer, design pattern | | |
| | 2018-07-22 | | | | | | When MySQL Goes Away | | | Handling MySQL errors with go-mysql/errors | | | mysql, errors, golang | | |
| | 2018-05-13 | | | | | | Thinking in Go | | | | | | golang, software design, godoc | | |
| | 2017-06-17 | | | | | | Reading os/exec.Cmd Output Without Race Conditions | | | And without cmd.StdoutPipe | | | golang, os/exec, race condition | | |
| | 2017-06-03 | | | | | | Go Antipatterns | | | | | | golang, antipatterns | | |
| | 2017-06-03 | | | 2024-06-04 | | | Idiomatic Go | | | | | | golang | | |
8 rows in set (0.00 sec)