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

Home -> Community -> Mailing Lists -> Oracle-L -> HI

HI

From: Srinivas T <SrinivasT_at_KPITCummins.com>
Date: Mon, 20 Sep 2004 10:58:36 +0530
Message-ID: <4A1BE23A7B777442B60F4B4916AE0F130292FDF3@sohm.kpit.com>


Hi Friends,
I am having a very fundamental doubt,
what is the order of retrival of the clauses when all are inclueded in the select stament like.

Where
Group by
having
order by.

eg : select deptno,max(sal) from emp where job like 'SAL%' group by deptno having max(sal)>1000 order by deptno

Regards,
Srinivas

--
http://www.freelists.org/webpage/oracle-l
Received on Mon Sep 20 2004 - 00:30:08 CDT

Original text of this message

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