UNION : Select Query : PostgreSQL examples (example source code) Organized by topic

C++
PHP
PostgreSQL
PostgreSQL Home »  Select Query   » [  UNION  ]   
 



1.  Using UNION for two data sets
2.  SELECT text 'a' AS "text" UNION SELECT 'b'
3.  Type Resolution in a Transposed Union