摘要: with T as ( select TemplateID,phaseID,orderNum,Row_number() over(partition by TemplateID,substring(phaseID,0,len(phaseID)-2) order by phaseID ) As ord 阅读全文
posted @ 2018-08-10 18:13 戒。 阅读(313) 评论(0) 推荐(0)