Erreur : 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 'ORDER BY t1.id_type_contact' at line 1
SELECT t1.id_contact, t1.id_type_contact, t1.numero, t2.type_contact FROM tbl_contact AS t1 INNER JOIN tbl_type_contact AS t2 ON t1.id_type_contact = t2.id_type_contact WHERE t1.id_type_contact < 6 AND t1.id_adherent = ORDER BY t1.id_type_contact