哇,mysql的左连接我又忘记了,做个笔记。

select * from table1 a left join table2 b on a.id = b.id

这样就连接起来了,棒棒的

相关文章: