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 '' at line 16
SELECT
MAX(maxload) as maxload,
MAX(maxspeed) as maxspeed,
holes,
pcd,
MAX(central_hole) as center,
MAX(fix) as fix,
MAX(radius) as radius,
MAX(front_axle) as front_axle,
MAX(rear_axle) as rear_axle,
MIN(front_axle) as front_axle_min,
MIN(rear_axle) as rear_axle_min
FROM
kfz_info
WHERE
id=
[TEP STOP]