格式调整

This commit is contained in:
罗祥
2019-04-29 17:43:05 +08:00
parent 2c37679b55
commit 5758c26d8b
3 changed files with 110 additions and 75 deletions

View File

@ -249,7 +249,7 @@ Hive支持内连接外连接左外连接右外连接笛卡尔连接
需要特别强调JOIN语句的关联条件必须用ON指定不能用WHERE指定否则就会先做笛卡尔积再过滤这会导致你得不到预期的结果(下面的演示会有说明)。
<div align="center"> <img width="700px" src="https://github.com/heibaiying/BigData-Notes/blob/master/pictures/sql-join.jpg"/> </div>
<div align="center"> <img width="600px" src="https://github.com/heibaiying/BigData-Notes/blob/master/pictures/sql-join.jpg"/> </div>