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
|
Results 1 to 8 of 8
Thread: display first 3 rowsThreaded View
|
Click Here to Expand Forum to Full Width |