How to query MySQL database to get price for each night in a date range?
I have these three tables: hotel hotel_id hotel_name room room_id hotel_id room_price room_id start_date price Where ‘start_date’ stores the date the price changed to ‘price’. I know how to query the database to get the price for a given room_id…