1.left join,right joinselect * from a left join b on a.id = b.id and a.id ='12' 此sql语句效果:结果中a表筛选无效(即a表不是意愿中只有id='12' ...
確定! 回上一頁