Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> GROUP BY....but not on all columns

GROUP BY....but not on all columns

From: <pankaj_wolfhunter_at_yahoo.co.in>
Date: Sat, 16 Jun 2007 12:27:47 -0700
Message-ID: <1182022067.132225.271110@n15g2000prd.googlegroups.com>


Greetings,

          I need to apply a group by in my query but not necessarily on all columns in select list.

For eg:

select col1, col2, col3, col4, col5
from table_name
group by col1, col2, col3, col4

Now the requirement is to include all 5 columns but group by only first 4

How can I achieve this? Any help would be appreciated.

TIA Received on Sat Jun 16 2007 - 14:27:47 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US