-1
如何獲取此查詢中返回的前2行?如何使用max條件得到最上面兩行?
select nomeClube 'Clube', count(Contrato_id_clube) 'NContratos'
from clube, contrato
where (id_clube= Contrato_id_clube)
group by nomeClube
order by count(Contrato_id_clube) desc
嘗試限制選項 – DCR
請參閱http://meta.stackoverflow.com/questions/333952/why-should-i-provide-an-mcve-for-what-seems-to-me-to-be-a - 非常 - 簡單的SQL查詢 – Strawberry