mysql join 实践

SELECT * from a LEFT JOIN b on a.id=b.id

原文地址:https://www.cnblogs.com/zgzf/p/11028050.html