Error debug: Unknown column 'Array' in 'where clause' Query: SELECT *, cas_cat_code as cat_code
FROM vr_rubricator, vr_vr_cat_serv
WHERE ru_code = cas_ru_code
AND ru_type = 105
AND cas_cat_code IN (Array)
AND ru_code IN (select b.ru_parent
from vr_vr_place_serv, vr_vr_place, vr_rubricator as b
where pl_code = pls_pl_code
and pl_view = 1
and pl_active = 1
AND pls_pl_code = 309
and b.ru_code = pls_ru_code)
GROUP BY ru_code
ORDER BY cas_cat_code,ru_order DB Error