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
|