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 -> analytic function

analytic function

From: Billou <billou_at_here.com>
Date: Fri, 23 Jun 2006 06:08:43 GMT
Message-ID: <LzLmg.14982$7e.4606@news-wrt-01.rdc-nyc.rr.com>


Hi,

using a select like:

select max(date) over (partition by...)

how can I retrieve a value from the same row than the max(date) ? For example, how can I find the price value for the max(date) over that partition ?

thank you Received on Fri Jun 23 2006 - 01:08:43 CDT

Original text of this message

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