Re: [BUGS] group by

2006-05-13 Thread Tom Lane
YourSoft <[EMAIL PROTECTED]> writes: > 1) > select kifejezes, count(kifejezes) from summary group by kifejezes > having count(kifejezes)>1; > the result is: > kifejezes| count > -+--- > csúcscsajok | 2 > jászszentandrás |

[BUGS] group by

2006-05-13 Thread YourSoft
Dear Developers, There is a possible bug in 'select ... group by' SQL. I reported it on the bugreport form on the web. (I think it number is 2416?). But no any reaction to it. It is not problem for me, I make my results in other way. But it is possible problem for other pepoples. I reproduced