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 '%2C 12' at line 1

select pl.sub_city, pl.city, pl.state_id, pl.area, pl.landarea, pl.landunit, pl.catpetarea, pl.carpetunits, pl.superarea, pl.superunit, pl.areaunit, pl.bedrooms, pl.bathrooms, pl.price, pl.property_id, pl.propertyfor, pl.member_id, pl.sub_cat, pl.cat_id, plt.prop_desc, plt.cat_property_title, plt.title, plt.floor, plt.catalog_file_nm, plt.location, plt.address, plt.highlight_prop, plt.other_info, plt.furnishedtype from property_listing as pl, property_listing_trans as plt where pl.property_id = plt.property_id and pl.member_id='93393' and pl.status='1' order by plt.featured_prop='Y' desc, plt.catalog_featured_disp_ord Limit 0%2C 12

[TEP STOP]