select * from users as t1
where (select count(*) from users as t2
where t1.division = t2.division and t2.rank > t1.rank) <2
order by division,rank
select * from users as t1
where (select count(*) from users as t2
where t1.division = t2.division and t2.rank > t1.rank) <2
order by division,rank
Explication du cadre de haute disponibilité MySQL - Partie II :Réplication semi-synchrone
Installation et configuration de l'envoi de journaux SQL Server et de la reprise après sinistre -2
Optimisation du moteur de stockage MySQL :configuration de l'optimisation InnoDB pour des performances élevées
Déployer MySQL, MariaDB, Percona Server, MongoDB ou PostgreSQL - Simplifié avec ClusterControl