關於我自己

我的相片
New York, New York, United States
我叫江奕賢啦

2003年11月2日

use sql in sas

proc sql;
create table forweka as
select * from sasuser.all
where SEQN<200;
quit;
run;
quit;

沒有留言: