Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

BUG #1453: NULLs in UNION query



The following bug has been logged online:

Bug reference:      1453
Logged by:          
Email address:      m(dot)woehling(at)barthauer(dot)de
PostgreSQL version: 8.0.0
Operating system:   Windows 2000
Description:        NULLs in UNION query
Details: 

The following query should not raise an error ("ERROR:  UNION types text and
integer cannot be matched"):

SELECT NULL AS Test
UNION ALL SELECT NULL 
UNION ALL SELECT 0



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group