¡@

Home 

php Programming Glossary: a.end_hour

Finding free blocks of time in mysql and php?

http://stackoverflow.com/questions/11262260/finding-free-blocks-of-time-in-mysql-and-php

can't make that work on hours I tried the query sql SELECT a.end_hour AS 'Available From' Min b.start_hour AS 'To' FROM SELECT 0 as.. end_hour AS b ON a.date b.date AND a.user_id b.user_id AND a.end_hour b.start_hour WHERE a.date ' date' AND a.user_id ' user_id' GROUP.. WHERE a.date ' date' AND a.user_id ' user_id' GROUP BY a.end_hour HAVING a.end_hour Min b.start_hour I need to create a range..