Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Select max(count(*))

6106Oct 22 2001 — edited May 14 2013
I need to select the count maximum of rows to a column number,
by example I want to see the count maximum of rows with status=3
and I see the status, How I can to do that?
I try to do 'select max(count(*)), status from jobs where Ncase=1
090015 group by status' and the error message follow is showing:
ERROR at line 1:
ORA-00937: not a single-group group function
why happen that? and How I can to resolve?
Thank by any idea.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 11 2013
Added on Oct 22 2001
4 comments
17,367 views