作者tew (咖啡王子)
站內Statistics
標題Re: [問題] SAS sql組合計算問題:(
時間Tue Jun 9 17:01:40 2015
proc sql;
create table as select
aa.idy, aa._name_,aa.col1, bb.down as tot,aa.col1/bb.down as qoo
from aa,bb
where aa.idy=bb.idy;
quit;
這樣應該就可以了
--
--
※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 134.208.8.102
※ 文章網址: https://webptt.com/m.aspx?n=bbs/Statistics/M.1433840503.A.6AE.html
1F:推 sheiswe: 可以了~含淚感謝:') 06/12 10:30