select owner, object_type, count(*)
from dba_objects
group by owner,object_type
order by owner,object_type
OR
order by 1,2
|
Results 1 to 10 of 13
Thread: group by clause didn't workThreaded View
|
Click Here to Expand Forum to Full Width |