Achso, in mySQL versuch mal
SELECT id, Count(id) AS anzahl FROM tabelle LIMIT 0,1
GROUP BY id
ORDER BY Count(id)
oder so (kenn mich nicht so aus, wo das LIMIT hin muß).
Achso, in mySQL versuch mal
SELECT id, Count(id) AS anzahl FROM tabelle LIMIT 0,1
GROUP BY id
ORDER BY Count(id)
oder so (kenn mich nicht so aus, wo das LIMIT hin muß).