MySQL Query : select h.id,h.title,h.url,h.thumb,h.car_type,h.price,h.kilometer,h.regtime,h.city_new,h.description,b.displacement,b.safe_year,b.year_check from v9_house as h INNER JOIN v9_house_data as b on h.id=b.id where h.id in() LIMIT 10 MySQL Error : 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 ') LIMIT 10' at line 1 MySQL Errno : 1064 Message : 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 ') LIMIT 10' at line 1 Need Help?