USING DISTINCT IN FIRST_VALUE ANALYTIC FUNCTIONS
When using distinct with an analytic functions it looks like the distinct is applied before the data is pass to the functions. Is this correct?
I quess what I'm asking for is the order of operation of the distinct command in a analytic function.
Thanks in advance.
Robert