| |
|
|
| |
| |
| Search Results: Listing by |
1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND `listingType`!= 7 ORDER BY listingPrice + 0 DESC' at line 1
select l.id, l.listingType, l.listingFeaturedImages, l.listingImagesExtra, l.listingImagesCaptions, l.listingAddressNumber, l.listingAddress, l.listingTown, l.listingState, l.listingZip, l.listingPrice, l.listingPeriod, l.listingDescription, l.openHouseDateStart, l.openHouseDateEnd, l.openHouseTime, date_format(l.openHouseDateStart,'%M %D') as openHouseStart, date_format(l.openHouseDateEnd,'%M %D') as openHouseEnd from listings l WHERE `active`=1 AND `listingAgent`= AND `listingType`!= 7 ORDER BY listingPrice + 0 DESC
[EDEN SAYS... STOP!]
| |