essayez :
(start_date + (duration * '1 month'::INTERVAL)) < '2010-05-12'
ou
(start_date + (duration || ' month')::INTERVAL) < '2010-05-12'
Plus d'informations :Fonctions et opérateurs de date/heure
essayez :
(start_date + (duration * '1 month'::INTERVAL)) < '2010-05-12'
ou
(start_date + (duration || ' month')::INTERVAL) < '2010-05-12'
Plus d'informations :Fonctions et opérateurs de date/heure