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: A simple SELECT ?

Re: A simple SELECT ?

From: Chris Edwards <jedwards_at_nospam.es.co.nz>
Date: Thu, 27 May 1999 13:20:17 +1200
Message-ID: <374C9DD1.1DCE9EA5@nospam.es.co.nz>


I should think this would work:

select *

	from Delivery
	where Customer_ID = <whatever> and rownum <= 10
	order by Delivery_Date desc;



"ACT_at_BLUEGATE" wrote:
>
> It seems simple...
>
> I've a deliveries table with three columns: date, customer id, and quantity.
>
> How can i retrieve in a query the last (in time) 10 deliveries for a
> specified customer ?
>
> Achille Carette, Bluegate
> act_at_bluegate.be
Received on Wed May 26 1999 - 20:20:17 CDT

Original text of this message

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