zeusbart
11/1/2018 - 5:32 PM

reporte de reservaciones

reporte de cantidad de resevaciuiones por fecha

SELECT count(later_appointment_id),date(appointment_dt) FROM `later_appointment` where appointment_dt BETWEEN '2018-10-25 00:00:00' AND '2018-10-31 23:59:59'
GROUP by date(appointment_dt)