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 'group by products_description' at line 10

select products_description, annee_prod1, annee_prod2 from products_description INNER JOIN param_jantes pj ON products_description.products_id = pj.products_id INNER JOIN param_diametre ON pj.dimensions_jantes_2 = param_diametre.param_diametre_valeur INNER JOIN products_jantes_to_suppliers_stocks_ref on ((pj.reference = products_jantes_to_suppliers_stocks_ref.reference) OR (pj.reference = REPLACE(products_jantes_to_suppliers_stocks_ref.reference, "FI-", "FS-"))) where products_name like 'Dokker' and bln_galette = 0 and param_diametre_valeur = group by products_description

[TEP STOP]