【发布时间】:2020-05-15 09:15:39
【问题描述】:
JOIN public.match m ON (s.stadium_id = m.stadium_id)
group
作为(
)
选择round_number ,体育馆的名字 , 观众 从 ( 选择round_number ,体育馆的名字 , 观众 ,排名()超过( PARTITION BY round_number ORDER BY spectators DESC ) AS rank1 从 t1 ) 作为 s1 WHERE rank1 = 1
<br>
Any smaller query than this?
【问题讨论】:
-
嘿,编辑问题而不是添加信息作为 cmets。
标签: sql postgresql