Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: How to modify the view to set one field with min value of its field
On Thu, 1 Sep 2005 14:53:21 +0200, "Robert Klemme" <bob.news_at_gmx.net>
wrote:
>Then use that as an inline view in your main view's query and draw the min
>date value via a join on db_tran_id from there.
>
> robert
Or use the analytic function version of MIN, which probably will perform better. You must be 8.1.7 or higher though.
Jaap. Received on Thu Sep 01 2005 - 12:13:20 CDT