我们有两个表格如下:
user_id | username
-------------------
1 | some_name
2 | another_name
...
user_id | comment
------------------
1 | some_comment
2 | another_comment
...
如何运行SELECT
获取基于user_id
的所有评论,并返回结果,其中user_id
替换为username
来自 database.users < /强>