I want to do a Full Outer Join in MySQL. Is this possible? Is a Full Outer Join supported by MySQL?
相关问题
- SQL join to get the cartesian product of 2 columns
- SQL join to get the cartesian product of 2 columns
- sql execution latency when assign to a variable
- Difference between Types.INTEGER and Types.NULL in
- php PDO::FETCH_ASSOC doesnt detect select after ba
I fix the response, and works include all rows (based on response of Pavle Lekic)
You can do the following: