
- Forum
- Databases
- MySQL difference between Union All and full outer join
-
Expert Member
Re: difference between Union All and full outer join
The output record set in union all contains same number of columns as in the input tables. But it concatenates all the records of both the input tables in the output. Both the input tables should have the same number of columns and same data types for those columns.
But the full outer join concatenates the columns in both the table. No need for the input tables to have same number of records.
-
Expert Member
Re: difference between Union All and full outer join
Hi Barbie
That was a significant input thank you
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules