Re: pl/pgsql and controling loops

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pl/pgsql and controling loops
Дата
Msg-id 616.1206647605@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pl/pgsql and controling loops  (aklaver@comcast.net (Adrian Klaver))
Ответы Re: pl/pgsql and controling loops
Список pgsql-general
aklaver@comcast.net (Adrian Klaver) writes:
> From: "Alain Roger" <raf.news@gmail.com>
>> once to do a comparison they use :
> IF (ret == 1) THEN ...
>> once,
> IF (ret = 1) THEN...

> Both are correct.

No they're not, as a simple test would convince you ...
there is no '==' operator in SQL.

            regards, tom lane

В списке pgsql-general по дате отправления:

Предыдущее
От: "Alain Roger"
Дата:
Сообщение: dunction issue
Следующее
От: "Alain Roger"
Дата:
Сообщение: Re: pl/pgsql and controling loops