+ 1
Does exist FULL OUTER JOIN in MYSQL?
And if it does not exist, then how to get it?
1 Odpowiedź
+ 3
That does not exist in mysql, in order to replicate you can use a
left join and union it with a right join.
And if it does not exist, then how to get it?