Created
March 16, 2017 13:29
-
-
Save Kcko/88f280c15238494cc594711ba1a4a92a to your computer and use it in GitHub Desktop.
Prunik datumů - hranice
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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