Hi

I was wondering if anyone know how to retrieve first 3 rows from a group by query

something like

select tablespace_name, sum(bytes)
from dba_free_space
group by tablespace_name
order by 1

But only the first 3 rows