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 14
SELECT
id
FROM
classifications
WHERE
(id IN (SELECT id_classification FROM devices)
OR id IN
(SELECT id_parent FROM classifications WHERE
id IN (SELECT id_classification FROM devices)
OR id IN
(SELECT id_parent FROM classifications WHERE
id IN (SELECT id_classification FROM devices)
)
)) AND standart =
;