百分比=cast(cast(count(ProvinceName)*100./
(select count(Id) from 
dbo.TopicCurrent 
 where boardId=316 and Status=1
)as  decimal(10,2))   as   varchar)+'%'

相关文章:

  • 2022-12-23
  • 2021-07-22
  • 2021-12-02
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-25
  • 2021-12-28
猜你喜欢
  • 2022-12-23
  • 2021-12-15
  • 2021-07-15
  • 2022-02-20
  • 2021-11-09
  • 2021-09-16
相关资源
相似解决方案