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

Home -> Community -> Usenet -> c.d.o.server -> Re: select max

Re: select max

From: David Sisk <davesisk_at_ipass.net>
Date: Fri, 30 Jul 1999 10:46:34 -0400
Message-ID: <BLio3.495$tp2.136@news.ipass.net>


Hi:

The MAX() function works just like any other aggregate function: it depends on the WHERE clause, GROUP BY, etc., in the rest of the SQL statement. Use EXPLAIN PLAN to see what it's actually doing.

Regards,

--
David C. Sisk
Need tech info on Oracle? Visit The Unofficial ORACLE on NT site at http://www.ipass.net/~davesisk/oont.htm Like original music? Listen to song samples and buy a CD at http://www.mp3.com/disparityofcult

Marco Toccafondi wrote in message <7nrt54$g8k$1_at_fe1.cs.interbusiness.it>...
>Hi,
>does anybody know about the select max performance? How it works? It just
>fetch all the records or use index? With how many records it's better not
to
>use it? (We're using Oracle 8i..).
>
>thanks ...
>andrea
>
>
Received on Fri Jul 30 1999 - 09:46:34 CDT

Original text of this message

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