LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (March 2008, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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?
Comments: To: sas-l@uga.edu
Content-Type: text/plain; charset=ISO-8859-1

top 10 results use the following where condition:

WHERE ROWNUM <= 10


Back to: Top of message | Previous page | Main SAS-L page