SELECT * FROM table1 LEFT JOIN table2 ON table1.id = table2.table1_id WHERE table1.id = 1
我需要只连接表2中的一列,比如first_name.我怎样才能做到这一点?
mysql join
join ×1
mysql ×1