Re: How to limit # of rows returned by SELECT
From: Indra Lahiri <ilahiri>
Date: 1996/02/29
Message-ID: <4h2qst$acu_at_cronkite.cisco.com>#1/1
Date: 1996/02/29
Message-ID: <4h2qst$acu_at_cronkite.cisco.com>#1/1
use select .. from .. where rownum <
whatever_number_of_rows_that_you_want_returned
Received on Thu Feb 29 1996 - 00:00:00 CET