Date: Tue, 11 Mar 2008 11:48:10 -0700
Reply-To: "rsermer@gmail.com" <rsermer@GMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: "rsermer@gmail.com" <rsermer@GMAIL.COM>
Organization: http://groups.google.com
Subject: Re: How to Proc SQL select top N records?
Content-Type: text/plain; charset=ISO-8859-1
top 10 results use the following where condition:
WHERE ROWNUM <= 10
|