calculated fields are not seen in the WHERE clause

Поиск
Список
Период
Сортировка
От Yaroslav Dmitriev
Тема calculated fields are not seen in the WHERE clause
Дата
Msg-id 37616.194.85.240.205.1035978499.squirrel@www.snow.ru
обсуждение исходный текст
Ответы Re: calculated fields are not seen in the WHERE clause  (Hannu Krosing <hannu@tm.ee>)
Список pgsql-hackers
Hello,

OK
select 1 as ccc where 1=1

ERROR
select 1 as ccc where ccc=1
PostgreSQL said: ERROR: Attribute 'ccc' not found

Is there any way to set conditions on calculated fields values?

Best regards,
Yar




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

Предыдущее
От: Pedro Miguel Frazao Fernandes Ferreira
Дата:
Сообщение: Re: float output precision questions
Следующее
От: Dave Prosser
Дата:
Сообщение: Re: [Fwd: Re: UnixWare 7.1.3 (BETA), C99 compiler,