Subject | Re: [ib-support] Count and distinct |
---|---|
Author | Raymond Kennington |
Post date | 2003-01-16T03:24:38Z |
"Jason Chapman (JAC2)" wrote:
select count(*) from <table>
group by x,y,z
Does this work?
--
Raymond Kennington
Programming Solutions
W2W Team B
>A suggestion I was given:
> Hi Ann,
> Row 1:
> x = 'ABC'
> y = 'DEF'
> Row 2:
> x= 'ABCDE'
> y= 'F'
>
> Would break that wouldn't it.
>
select count(*) from <table>
group by x,y,z
Does this work?
--
Raymond Kennington
Programming Solutions
W2W Team B