Re: [HACKERS] =ANY bug

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] =ANY bug
Дата
Msg-id 199812130421.XAA13936@candle.pha.pa.us
обсуждение исходный текст
Ответ на =ANY bug  (Sferacarta Software <sferac@bo.nettuno.it>)
Список pgsql-hackers
> Hi all,
> 
> Because IN is semantically identical to =ANY
> here the same error using ANY:
> 
> select * from emp where ename =ANY (
>      select ename from emp group by ename having 1 < count(ename)
>      );

Can I just say that using HAVING inside a subquery is buggy?  Vadim, was
this already fixed?


--  Bruce Momjian                        |  http://www.op.net/~candle maillist@candle.pha.pa.us            |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] BUG ON HAVING CLAUSE
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Sorry to nag, but... [Failures with arrays]