Hello i am writting a pgsql function and inside this function , i have one request with array_to_string method.
AND id NOT IN (array_to_string(excludeArcs,','))
ID is an integer but array_to_string return string so : Error result : operator does not exist integer <> text
Someone can help me ?