Mysql實現全鏈接FULL OUTER JOIN

http://dev.mysql.com/doc/refman/5.5/en/join.htmlhtml You can emulate FULL OUTER JOIN using UNION (from MySQL 4.0.0 on): with two tables t1, t2: SELECT * FROM t1 LEFT JOIN t2 ON t1.id = t2.id UNION SEL
相關文章
相關標籤/搜索