select aa.*, ROW_NUMBER() OVER(PARTITION BY la04_id ORDER BY sectionno ) 排序 from #temp11 aa
描述:根据la04_id进行分组,然后在组内根据sectionno 进行排序。
结果: