Re: If Statement
| От | A. Kretschmer |
|---|---|
| Тема | Re: If Statement |
| Дата | |
| Msg-id | 20070204182528.GA632@a-kretschmer.de обсуждение |
| Ответ на | If Statement ("Greg Quinn" <greg@officium.co.za>) |
| Ответы |
Re: SPAM-LOW: Re: If Statement
|
| Список | 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 по дате отправления: