1064 - You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'and a.ingredient_id=c.ingredient_id and c.language_id=' at line 1

select a.id, a.amount, b.name as measurement_name, b.measurement_id, c.name as ingredient_name, c.headline, a.description from ingredient_recepie a, measurement b, ingredient c where a.recepie_id=38141 and a.measurement_id=b.measurement_id and b.language_id= and a.ingredient_id=c.ingredient_id and c.language_id=

[TEP STOP]