摘要:
原文地址:http://blog.chinaunix.net/uid-678894-id-3138829.html https://blog.csdn.net/zhengqiqiqinqin/article/details/12711421 阅读全文
posted @ 2019-03-11 21:42
lovebean
阅读(459)
评论(0)
推荐(0)
摘要:
1.inner join(内连接),在两张表进行连接查询时,只保留两张表中完全匹配的结果集。 注意:单纯的select * from a,b是笛卡尔乘积。比如a表有5条数据,b表有3条数据,那么最后的结果有5*3=15条数据。 但是如果对两个表进行关联:select * from a,b where 阅读全文
posted @ 2019-03-11 14:04
lovebean
阅读(219)
评论(0)
推荐(0)

浙公网安备 33010602011771号