and projects.status in ('started', 'closed', 'rejected', 'canceled')
is a strange combination with and closed > '2025-02-01'
. Only records with the status closed
can match, none of the other since NULL will never match > '2025-02-01'
and projects.status in ('started', 'closed', 'rejected', 'canceled')
is a strange combination with and closed > '2025-02-01'
. Only records with the status closed
can match, none of the other since NULL will never match > '2025-02-01'