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
Список 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 по дате отправления: