Database Error; SQL: SELECT
DISTINCT
`t`.*
FROM `wp_pods_job_posting` AS `t`
LEFT JOIN `wp_podsrel` AS `rel_job_category` ON
`rel_job_category`.`field_id` = 303
AND `rel_job_category`.`item_id` = `t`.`id`
LEFT JOIN `wp_pods_job_category` AS `job_category` ON
`job_category`.`id` = `rel_job_category`.`related_item_id`
WHERE ( `job_category`.`id` IN () AND is_active )
ORDER BY `t`.`date_posted` DESC, `t`.`id`, `t`.`id`; Response: 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 is_active )
ORDER BY `t`' at line 14