select count(1) as pCount,列1,列2,列3 from Temp
inner join temp1 on 条件1=条件1
group by 列1,列2,列3 order by pCount desc

相关文章:

  • 2021-07-31
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-16
猜你喜欢
  • 2021-12-08
  • 2021-11-30
  • 2021-06-08
  • 2022-12-23
相关资源
相似解决方案