Top "Union" questions

Use this tag only for questions about UNION, a keyword of the SQL language for combining the results of multiple SQL queries.

Union query distinct on one column

I would like results from the second query to override results from the first query: SELECT "panel_restaurants_restaurant"."id", "…

sql postgresql join union coalesce
Using MAX with multiple tables

I have a four tables: products, pc, laptop, and printer. Products(maker, model, type) PC(code, model, speed, hd, cd, …

sql subquery union aggregate-functions multiple-tables
How to write union queries in mongoDB

Is it possible to write union queries in Mongo DB using 2 or more collections similar to SQL queries? I'm using …

mongodb union spring-mongo
How clip works in polygon union in Clipper library

I use clipper library. In the figure, red and black are clips and and green are polygons. The code is …

c# union polygon clipperlib