Erreur PDO : SQLSTATE[42000]: Syntax error or access violation: 1064 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 4
SELECT cruises.name_it as name, cruises.id_companies idComp, days, nights, departures.id as dep
FROM cruises
LEFT JOIN departures ON departures.id_cruises=cruises.id AND departures.date_start > @date
WHERE cruises.id=