Ошибка запроса: 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 '' at line 2
SQL:SELECT g.prim as g_name, b.name as b_name, m.name as m_name, m.id, m.brand_id, m.group_id, g.id as gid
FROM w_model m, w_brand b, w_group g WHERE g.id=m.group_id AND b.id=m.brand_id AND m.id=
Ошибка запроса: 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 '' at line 1
SQL:SELECT * FROM w_group WHERE id=
Ошибка запроса: 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 'ORDER BY name, m_name' at line 1
SQL:SELECT * FROM w_model_year WHERE model_id= ORDER BY name, m_name