Re: Spooky SQL

From: Jaffri Ibrahim <ijaffri_at_hotmail.com>
Date: Fri, 21 May 1999 07:06:27 -0800
Message-ID: <aNe13.11863$me.5289778_at_WReNphoon4>


[Quoted] You're best to use PL/SQL or any procedural language to get the what you want. SQL in itself would
normally return as many rows as possible to the statement. You could put a WHERE clause such as

WHERE
rownum <=5

but this is non-standard SQL

Received on Fri May 21 1999 - 17:06:27 CEST

Original text of this message