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!

Group By Without Using Any Aggregate Function

612436Dec 7 2007 — edited Dec 8 2007
Hi,

I want the select statement but i am using group by but i don't want to use any aggregate function on it . kindly suggest me the answer.

select empno, ename from emp group by deptid,empno;

Thank You,

Message was edited by:
user609433
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 5 2008
Added on Dec 7 2007
7 comments
3,210 views