摘要:
Left Join / Right Join /inner join相关关于左连接和右连接总结性的一句话:左连接where只影向右表,右连接where只影响左表。Left Joinselect * from tbl1 Left Join tbl2 where tbl1.ID = tbl2.ID左连接后的检索结果是显示tbl1的所有数据和tbl2中满足where 条件的数据。简言之 Left Joi... 阅读全文
posted @ 2010-05-07 14:14
雨藤
阅读(72204)
评论(1)
推荐(1)
浙公网安备 33010602011771号