- proc sql;
- create table want as
- select distinct id, year, half, code, case
- when count(id) = 1 then 0
- when count(id) > 1 then 1
- end as iff
- from have
- group by year, half, code;
- quit;


雷达卡



京公网安备 11010802022788号







