Re: Get 10 latest customers

From: Frank Greene <74200.427_at_CompuServe.COM>
Date: 1995/05/10
Message-ID: <3oqqp4$6as$1_at_mhadf.production.compuserve.com>#1/1


Try

	select * from booking
	where rownum <= 10
	order by transaction_date;
Received on Wed May 10 1995 - 00:00:00 CEST

Original text of this message