SQL failed; SQL: SELECT
SQL_CALC_FOUND_ROWS DISTINCT `t`.*, `p`.`id` AS `pod_id`, `p`.`created`, `p`.`modified`
FROM
`wp_pod` AS `p`
INNER JOIN
`wp_pod_tbl_testimonials` AS `t` ON `t`.`id` = `p`.`tbl_row_id`
LEFT JOIN `wp_pod_rel` AS `rel_client` ON `rel_client`.`field_id` = 92 AND `rel_client`.`pod_id` = `p`.id
LEFT JOIN `wp_pod_tbl_clients` AS `client` ON `client`.`id` = `rel_client`.`tbl_row_id`
WHERE
`p`.`datatype` = 3
AND ( `client`.`ID`= )
ORDER BY `t`.`id` DESC
LIMIT 0,8; 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 ')
ORDER BY `t`.`id` DESC
LIMIT 0,8' at line 13