Hello, Can anybody suggest me how to use Integer array inside a function in where IN clause. In my function, I have used it like WHERE d_base.id in ( array_to_string
(integer_array, ','))
However it does not work. ANy suggestion? |
Hello, Can anybody suggest me how to use Integer array inside a function in where IN clause. In my function, I have used it like WHERE d_base.id in ( array_to_string
(integer_array, ','))
However it does not work. ANy suggestion? |