I have a function:
CREATE OR REPLACE FUNCTION f_2(p_vetoratributos text[], p_vetorvalores numeric[])
I'm trying to call:
SELECT f_2('{"0","0","0"}', '{0,1,2,3,4,5,6,7,8,9,10,11,12,13}')
But he is giving error:
ERRO: operador não ex...
asked by
31.01.2014 / 15:06