| Union (sql) |
Article Index for Union |
Website Links For Union |
Information AboutUnion (sql) |
|
In SQL the UNION operator combines the results of two SQL queries into a single table of all matching Rows . The two queries must have matching Fields and Data Type s in order to join them. Any duplicate records are automatically removed. See also Union (set Theory) |
|
|