I want to select data between dates from a table
for eg:guestrocordtransac(tbl name)
id,roomno,roomtype, checkin, checkout
1 101 Baywatch 05/17/2015 05/24/2015
2 102 BayWatch 05/10/2015 05/16/2015
when i tried writing query like this i get only one roomno as 101
SELECT roomno FROM guestrocordtransac where checkin between "05/14/2015" and "05/29/2015"