This commit is contained in:
BB 2023-10-24 08:50:27 +02:00
parent 7873c7bf46
commit f131145d3e

View File

@ -13,7 +13,7 @@ SELECT count(autok.id) as `sportautok-szama`
17. feladat
SELECT autok.nev, autok.szin FROM autok
INNER JOIN kategoriak
INNER JOIN kategoriak ON autok.kategoriaId = kategoriak.id
WHERE kategoriak.nev = "Limuzin"
ORDER BY trim(autok.nev) ASC;