select * from (Select a.`postalCode`,a.`uniturl`, `region`, `bathrooms`, `bedrooms`,`registration_number`, `sleeps`,en_US_VRBO as href, `thumbnailUrl`, `headline`, description, `state`, `city`, `country`, `source`, `property_type`, `address`,round(price) as price,minimum_nights, `rating`, `review_count`,`latitude`, `longitude`,case when propertyName='' then trim(address) else CONCAT(CONCAT(propertyName,'(',trim(address)),'',')') end as addre,propertyName,
(6371 *
acos(
cos( radians( 21.2759167 ) ) *
cos( radians( `latitude` ) ) *
cos(
radians( `longitude` ) - radians( -157.8233677 )
) +
sin(radians(21.2759167)) *
sin(radians(`latitude`))
)
) as distance from `vacationrentalindex` a inner join vacationrentalindexfeed b on a.uniturl=b.unitUrl and a.headline!='' and a.thumbnailUrl!='' and b.enabled=1 and b.blocked=0 ) as vw where 1 and round(price)>0 and bedrooms>=0 AND (city = 'Kehena' OR postalCode = 'Kehena' OR region like '%|Kehena|%') AND sleeps>=1 order by rating desc LIMIT 0, 20
The Dolphin Cottage is a nice 1 Br/1 Bath Cottage w/ comfortable queen bed and a double sized futon in the living room. It can sleep up to 3 people. If necessary, we can add an aerobed.
The cottage is located Across the Street from Kehena ...
- 1 bedroom
- 1 bathroom
- Sleeps 4
Hawaii> Kehena