-- 应用接入命名空间 #namespace("yp") #sql("listView") select * from t_yp_record where length(xb)>0 #end #sql("exportWDL") SELECT zkz,xm,score FROM (select zkz,xm,score from t_yp_student as t1 where T1.zkz!='888888888888' AND t1.zkz not in (select zkz from t_yp_record) order by score desc ) AS T2; #end #sql("exportYDLWTB") select zkz,xm,zzfs as score from t_yp_record where xb is null order by zzfs desc; #end #end