| From: | Jochen Schmidt <jochen(at)joyce(dot)giub(dot)uni-bonn(dot)de> |
|---|---|
| To: | pgsql-sql(at)postgresql(dot)org |
| Subject: | isnull or coalesce isn't working |
| Date: | 2000-06-29 13:58:22 |
| Message-ID: | 200006291358.PAA03520@joyce.giub.uni-bonn.de |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-sql |
HI
just started using postgres I want to do a select like the following.
I have a table with two columns a and b, in b sometimes data are missing.
I want to select column b, and if data are missing instead column a
as one column in my select.
I did:
SELECT ifnull(a,b) FROM table;
==>ERROR: No such function 'ifnull' with the specified attributes
tried the same thing with isnull and coalesce, same error.
(on my machine: postgresql version 6.4.2)
help?! thanks, jochen
--
............................................................................
. * .
. Dipl. Geogr. Jochen Schmidt * | | .
. | | | | .
. Department of Geography phone +49/0228/739646 | | | | * .
. University of Bonn fax +49/0228/739099 | |_| | | |.
. Meckenheimer Allee 166 jochen(dot)schmidt(at)uni-bonn(dot)de \___ |_| |.
. D - 53115 Bonn http://slide.giub.uni-bonn.de/~jochen | ___/.
. | | .
............................................................................
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Kovacs Zoltan Sandor | 2000-06-29 16:56:55 | select from table |
| Previous Message | Adam Walczykiewicz | 2000-06-29 07:38:50 | SPI documantation |