nothing
This commit is contained in:
parent
f131145d3e
commit
1c95f97fd4
|
@ -29,7 +29,7 @@ INSERT INTO autok (rendszam, szin, kategoriaId, nev, evjarat, ar) VALUES
|
||||||
SELECT autok.nev, count(autok.id) AS `mennyiseg` FROM berlesek
|
SELECT autok.nev, count(autok.id) AS `mennyiseg` FROM berlesek
|
||||||
INNER JOIN autok WHERE berlesek.autoId = autok.id
|
INNER JOIN autok WHERE berlesek.autoId = autok.id
|
||||||
GROUP BY autok.id
|
GROUP BY autok.id
|
||||||
ORDER BY count(berlesek.id) DESC
|
ORDER BY count(autok.id) DESC
|
||||||
LIMIT 5;
|
LIMIT 5;
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
Loading…
Reference in New Issue
Block a user