MYSQL
Dotaz:SELECT *
FROM jaza_kategorie kategorie
LEFT JOIN jaza_produkty produkty ON kategorie.id_kategorie = produkty.FKID_kategorie
WHERE produkty.ID_produktu =
Chyba:You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 4
