摘要:
代码一:将Name中的字符COPY至Comment中Option Explicit ValidationMode = True InteractiveMode = im_BatchDim mdl ' the current model' get the current active model Se... 阅读全文
摘要:
select t2.*,ch from (select vinnumber,max(channelid) ch from t_jeff group by VINNumber) t1, t_jeff t2 where t1.VINNumber = t2.VINNumber order by ch... 阅读全文