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 (February 2007, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Thu, 1 Feb 2007 17:58:10 -0500
Reply-To:     Jun Wan <junwansas@GMAIL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Jun Wan <junwansas@GMAIL.COM>
Subject:      sql question

hi, all,

I have two tables and that need to be join and updated.

I am look at something like

update a,b set a.column = b.column where a.key = b.key;

Did SAS proc sql have something like this?

Thank you!

Jun


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