LEFT JOIN 和JOIN 多表鏈接

四張表contract 、customer、customer三、customer4: web 這是比較熟悉的3張表的鏈接 SELECT * FROM test.contract a JOIN test.customer b ON a.Num = b.Num2 JOIN test.customer3 c ON a.num = c.num3; svg 鏈接不必定join後面都是和第一張表的鏈接。 SE
相關文章
相關標籤/搜索