課程
/數(shù)據(jù)庫
/MySQL
/MySQL開發(fā)技巧(一)
left join? + right join? 如果不加條件的話 會重復(fù)顯示同時存在兩個表中的數(shù)據(jù)
2018-12-04
源自:MySQL開發(fā)技巧(一) 2-4
正在回答
left join 加上的: where b.字段名 is null ; 或者 right join 加: where a.字段名 is null
去掉相同的部分就行
將union all 替換成 union? 即可
舉報
DBA和開發(fā)人員都必備的技能,SQL技巧一個好程序員必備技能
1 回答用union all 連接有什么用呢,出來的結(jié)果字段名都不一樣
1 回答left join union all right join 后怎么產(chǎn)笛卡爾積了?
3 回答左右連接的關(guān)系
3 回答只寫join 算什么連接,左連接嗎?
1 回答cross join 交叉連接
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網(wǎng)安備11010802030151號
購課補(bǔ)貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號
2019-01-02
left join 加上的: where b.字段名 is null ; 或者 right join 加: where a.字段名 is null
去掉相同的部分就行
2018-12-14
將union all 替換成 union? 即可