【发布时间】:2021-01-21 00:14:37
【问题描述】:
我在下面找到答案: 从 S 站选择 round(S.LAT_N,4) mediam where (select count(Lat_N) from station where Lat_N S.LAT_N)
我对 S 的来源感到困惑??
【问题讨论】:
-
Sis an alias of 'station. TheFROM` 子句将其定义为该别名。
标签: mysql median table-alias