Requête invalide : Unknown column 'cl_nuillet' in 'where clause'
Requête complète : SELECT * FROM lpl_annonce
LEFT JOIN lpl_etape ON et_an_id = an_id
LEFT JOIN lpl_calendrier ON cl_an_id = an_id
WHERE (an_date_depart != '0000-00-00 00:00:00' AND an_date_depart >= '2010-07-30 19:15:00' AND an_date_depart <= '2010-07-30 23:15:00') OR (
an_type_trajet = 'regulier' AND cl_ve = '1' AND (( cl_ve_hh != '00:00:00' AND cl_ve_hh >= '19:15:00' AND cl_ve_hh <= '23:15:00') OR (cl_ve_de != '00:00:00' AND cl_ve_a != '00:00:00' AND cl_ve_a >= '19:15:00' AND cl_ve_a <= '23:15:00') ) AND cl_nuillet = '1' )
GROUP BY an_id
ORDER BY an_dep_ville ASC |