how do I find median in sql (code question)

前端 未结 0 1414
自闭症患者
自闭症患者 2021-01-21 07:16

I find answers below: Select round(S.LAT_N,4) mediam from station S where (select count(Lat_N) from station where Lat_N < S.LAT_N ) = (select count(Lat_N) from station where

相关标签:
回答
  • 消灭零回复
提交回复
热议问题