Mysql
 sql >> Datenbank >  >> RDS >> Mysql

MySQL-Abfrage, um festzustellen, ob die angegebene Datetime im Datetime-Intervall enthalten ist

Bitte schön:

Select * from calendar_date as ,c where LEAST(c.end, end) - GREATEST(c.start, start) > 0