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 (May 2000, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Tue, 2 May 2000 16:43:31 -0400
Reply-To:     Lei Fan <fanl@WESTAT.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Lei Fan <fanl@WESTAT.COM>
Subject:      Re: PROC SQL question

You may try this: proc sql; create tabel c as select a.v1, v2 from a, b where a.v1 = b.v1; quit;


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