select row_number() over(order by t.id ) as num,id,name from (
SELECT distinct [列 0] as id
,[列 1] as name 
FROM MonitorSetup  --order by [列 0]
)t

相关文章:

  • 2021-07-18
  • 2019-09-05
  • 2021-12-01
  • 2022-12-23
  • 2021-08-25
  • 2021-10-12
  • 2022-02-10
猜你喜欢
  • 2022-01-28
  • 2022-12-23
  • 2022-12-23
  • 2022-01-07
  • 2022-03-01
  • 2022-12-23
相关资源
相似解决方案