MrLiu2016

select ELT(
INTERVAL(
indoorRSRPAvg,
-140,
-110,
-100,
-90,
-80,
-70,
-44),
\'1 <-140\',
\'2 -140~-110\',
\'3 -110~-100\',
\'4 -100~-90\',
\'5 -90~-80\',
\'6 -80~-70\',
\'7 -70~-44\',
\'8 >-44\'
)as \'分段\',count(indoorRSRPAvg) as \'点数\',IsHasSigIndoor as \'是否有室分\' from tangshanqg_mrbuildingstatinfo GROUP BY IsHasSigIndoor,ELT(
INTERVAL(
indoorRSRPAvg,
-140,
-110,
-100,
-90,
-80,
-70,
-44),
\'1<-140\',
\'2 -140~-110\',
\'3 -110~-100\',
\'4 -100~-90\',
\'5 -90~-80\',
\'6 -80~-70\',
\'7 -70~-44\',
\'8 >-44\'
)

分类:

技术点:

相关文章:

  • 2022-01-01
  • 2021-11-01
  • 2021-12-02
  • 2021-11-17
  • 2022-03-13
  • 2021-06-26
  • 2021-04-25
  • 2021-12-05
猜你喜欢
  • 2021-08-01
  • 2022-02-03
  • 2021-07-10
  • 2021-07-03
  • 2021-11-17
  • 2021-08-07
  • 2021-08-29
相关资源
相似解决方案