/ Gists / Prunik datumů - hranice
On gists

Prunik datumů - hranice

MySql
Prunik datumů - hranice

prunik-hranice.sql Raw #

select
    *
from
    rezervation_repeatedly 
where
    date_from <= '$week_end'     
    and date_to >= '$week_start'
order by
    id asc