MySQL Range de dates se chevauche
WHERE
(
(ScopeStartDate <= EndDate AND ScopeEndDate >= StartDate)
)
Testy Tapir
WHERE
(
(ScopeStartDate <= EndDate AND ScopeEndDate >= StartDate)
)