Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Reduce To Ranges aggregate function
Has someone ready created an aggregate function that reduces a set of
numbers to a reduced form. I'm writing some middleware software that needs
to know the IDs of some tuples but the query could return tens or thousands
of tuples. I'm thinking if there were an aggregate function that would
reduce the network traffic.
select reduced_to_ranges(id)
from some_large_table
where some_field = some_value
ID
Reduced form: 1-5,11-12,45 Received on Thu Oct 19 2006 - 12:18:25 CDT
![]() |
![]() |