gpt4 book ai didi

mysql - OrderBy 没有任何反应 mysql

转载 作者:行者123 更新时间:2023-11-29 04:35:32 24 4
gpt4 key购买 nike

SELECT *, count(spieler) as 'Anzahl' 

FROM spieler, teilnehmer, durchfuehrung

WHERE spieler.id = teilnehmer.spieler and teilnehmer.istErschienen = 1 and teilnehmer.durchfuehrung = durchfuehrung.id and durchfuehrung.wurdeUeberprueft = 1

GROUP BY teilnehmer.spieler

ORDER BY 'Anzahl' DESC;

ORDER BY 这样是没用的...请帮助我更正此 mysql 查询,以便 Alias Anzahl ist ordered desc...

最佳答案

你应该用这个

   order by  count(spieler)

关于mysql - OrderBy 没有任何反应 mysql,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43181470/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com