skip to Main Content

How to find overlapping dates – Mysql

What I need is to return all records that may overlap each other. -- Create Temp Table CREATE TABLE `abc` ( `id` int(11) NOT NULL, `propertie_id` int(11) NOT NULL, `rooms_id` int(11) NOT NULL, `block_name` varchar(256) NOT NULL, `check_in` date NOT…

VIEW QUESTION
Back To Top
Search