подать объявление MySQL Query Error: SELECT `param_id`, `type`, `units`, `option_mask`, `nesting_level`, `required_level`, IF (option_mask & 8 = 8, catparam.`title_override`, param.`title`) as title, IF (option_mask & 2 = 2, 'Y', IF (option_mask & 4 = 4, 'N', catparam.`required`)) as required, IF(catparam.sort = 0, param.sort, catparam.sort) as real_sort FROM `a_ads_set_category_params` as catparam RIGHT JOIN `a_ads_dict_params` as param ON (catparam.param_id = param.id) WHERE catparam.`category_id` IN () AND catparam.`action_id` = 0 AND param.active = 'Y' ORDER BY real_sort ASC, title ASC[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 catparam.`action_id` = 0 AND param.active = 'Y' ORDER BY real_sort ASC, ti' at line 1]