"FULL" is not valid at this position, expecting E0F, ';' [ํด๊ฒฐ] stackoverflow ๊ณ ์๋๋ค์ด ๋ง์ํ์๊ธธ MySQL์๋ FULL OUTER JOIN ๊ฐ๋
์ด ์๋ค๊ณ ํ๋ค. LEFT JOIN๊ณผ RIGHT JOIN์ UNION ํด์ผ ํ๋ค๊ณ ... select a.id, b.id from tbl1 a LEFT outer join tbl2 b on a.id = b.id union all select a.id, b.id from tbl1 a right outer join tbl2 b on a.id = b.id; ์ด๊ฒ ๋ญ๋... join์ด ๋๊ธด ํ์ง๋ง ๋์ฒด ์ mysql์๋ full outer join๊ฐ๋
์ด ์๋๊ฑฐ์ง..? mariadb์ full outer join ..