Erreur SQL (4)
Requete : [ select distinct f.id_formation, d.intitule, f.id_formation_type, adf.id_filiere, fi.rang, afl.id_lieu, l.code_postal from formation f, diplome d, association_diplome_filiere adf, association_formation_lieu afl, filiere fi, lieu l where 1 and f.id_structure = 12public/formation.php and f.id_formation_type = 1 and d.id_diplome = f.id_diplome and adf.id_diplome = f.id_diplome and fi.id_filiere = adf.id_filiere and afl.id_formation = f.id_formation and l.id_lieu = afl.id_lieu]
Message : [Unknown column '12public' in 'where clause']
Erreur SQL (4)
Requete : [ select distinct f.id_formation, f.intitule, f.id_formation_type, aff.id_filiere, fi.rang, afl.id_lieu, l.code_postal from formation f, association_formation_filiere aff, association_formation_lieu afl, filiere fi, lieu l where 1 and f.id_structure = 12public/formation.php and f.id_formation_type in (2,3) and aff.id_formation = f.id_formation and fi.id_filiere = aff.id_filiere and afl.id_formation = f.id_formation and l.id_lieu = afl.id_lieu]
Message : [Unknown column '12public' in 'where clause']