Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: group by
count
In article <3AEEE980.48938DA9_at_eis.ca>, Munzil Qureshi <munzil_qureshi_at_eis.ca>
writes:
>
>
>Which 'group' function are you using to group the data? ie: max, min, sum,
count,
>etc...
>
>example: Select id, name, max(salary), address from employees
> Group by id, name, address;
>
>
>hanton32_at_hotmail.com wrote:
>
>> Oracle 7 on Win95
>>
>> I am trying to group by a column with values such as :
>>
>> a
>> ab
>> abc
>> abcd
>>
>> I would like to treat values 'a' and 'ab' as the same value for grouping
>> purposes and also treat 'abc' and 'abcd' as one value for grouping
purposes.
>>
>> is this possible without using pl/sql ?
>>
>> thanks
>>
>> ----- Posted via NewsOne.Net: Free (anonymous) Usenet News via the Web
![]() |
![]() |