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

mysql - liegt heute zwischen zwei Spaltenwerten

select 
    *
from
    your_table
where
    first <= NOW() 
and last >= NOW()