Description
The UNION clause is used to combine the result of multiple queries.UNION combines the results of two or more queries into a single result set that includes all the records that belong to all queries in the union.The number and the names of the fields must be identical in all queries combined by using UNION. To keep all the result records, use UNION ALL. Using just UNION will combine and remove duplicates from the result set
Attachments
1.
|
[Apache AGE] Research UNION Clause | In Progress | Dehowe Feng |