Re: If Statement - Mailing list pgsql-novice

From A. Kretschmer
Subject Re: If Statement
Date
Msg-id 20070204182528.GA632@a-kretschmer.de
Whole thread Raw
In response to If Statement  ("Greg Quinn" <greg@officium.co.za>)
Responses Re: SPAM-LOW: Re: If Statement
List pgsql-novice
am  Sun, dem 04.02.2007, um 20:15:33 +0200 mailte Greg Quinn folgendes:
> For some reason I cannot get an IF statement to work in PostGreSQL, even
> though I am doing it in the format the manual tells me to...
> Here is my query...
>
> IF 1 = 1 THEN
>     update contacts set deleted = TRUE
> END IF;

IF is only possible inside plpgsql¹, not in plain SQL. And, your check is
always true because 1 = 1 is always true.

¹ or an other language


Andreas
--
Andreas Kretschmer
Kontakt:  Heynitz: 035242/47150,   D1: 0160/7141639 (mehr: -> Header)
GnuPG-ID:   0x3FFF606C, privat 0x7F4584DA   http://wwwkeys.de.pgp.net

pgsql-novice by date:

Previous
From: "Greg Quinn"
Date:
Subject: If Statement
Next
From: "Greg Quinn"
Date:
Subject: Re: SPAM-LOW: Re: If Statement