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 (July 2006, 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 Jul 2006 12:45:09 -0400
Reply-To:     Heman Hunters <hemanhunters@GMAIL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Heman Hunters <hemanhunters@GMAIL.COM>
Subject:      Proc sql and .last?

Hello (again),

short question this time: Is there an equivalent to .last and .first in SQL? That is, can

data test2; set test1; by dummy; if dummy.last; run;

be done using proc sql? If not, does anyone have a clever idea of how to do it in an SQL statement anyway?

Thanks!


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