Unable to Execute Query.- (Select property.propertyid,propertyname,propertyphoto,description,bedrooms,sleepsmin,sleepsmax,baths,destination,state,city from property,property_config,credits,packages where property.status=1 and property.propertyid=property_config.propertyid and property_config.creditid = credits.creditid and credits.packageid = packages.packageid and propertyid in (select propertyid from property_category where categoryid in (select categoryid from category where shortname in ('romantic_vacation'))) order by packagecost desc,RAND() limit 0,10)Column 'propertyid' in IN/ALL/ANY subquery is ambiguous