A Database Error Occurred

Error Number: 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 ') ORDER BY posted_date DESC' at line 6

SELECT MOD_u_ads.*, CONCAT(adress,IF(city<>'' AND adress<>'',', ',''),city,IF(state<>'',' ',''),state,IF(zipcode<>'',', ',''),zipcode) as address_formated, city as city_formated FROM MOD_u_ads WHERE id IN () ORDER BY posted_date DESC