Skip to content

Instantly share code, notes, and snippets.

@Kcko
Created March 16, 2017 13:29
Show Gist options
  • Save Kcko/88f280c15238494cc594711ba1a4a92a to your computer and use it in GitHub Desktop.
Save Kcko/88f280c15238494cc594711ba1a4a92a to your computer and use it in GitHub Desktop.
Prunik datumů - hranice
select
*
from
rezervation_repeatedly
where
date_from <= '$week_end'
and date_to >= '$week_start'
order by
id asc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment