Subject | Re: [ib-support] Count and distinct |
---|---|
Author | Bob Murdoch |
Post date | 2003-01-13T14:39:58Z |
At 1/13/2003 08:24 AM, Gerhardus wrote:
hth,
Bob M..
>I have done a count(distinct(x)) with great success. The problem is nowPerhaps count(distinct x || y) will provide the answer you are looking for?
>that I want to do a count(distinct(x,y)). It does not work at all. I can
>do a distinct x,y but not a combination of a multiple distinct and a
>count.
hth,
Bob M..