| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> Re: Why using "Group By"
> select max(sum(sal)) from emp
>
> is not the same as
>
> select max(sum(sal)) from emp
> group by dept
Trivially so, because second query won't run. Please ignore this message. Received on Thu Mar 13 2003 - 12:36:04 CST
![]() |
![]() |