proc sql;
connect to oracle as tmp(user=system password=***** path="@ashare") ;
create table data_ashare as select * from connection to tmp (select * from ashareprice where code='600012.SH' and t_date between 20050101 and 20130101 );
disconnect from tmp;
quit;
NOTE: “PROCEDURE SQL”所用时间(总处理时间):
实际时间 13.29 秒
CPU 时间 0.04 秒



雷达卡



京公网安备 11010802022788号







