hi guys, this is my first post here.
i have a proc like this
@parcelas, @cod_banco
select from tb_bancos where cod_banco=@cod_ banco and parcelas in (Parcelas)
but it seems that IN(@PARCELAS) does not works
i've found some articles to pass the array into a table but it didnt work too
i use sql server 2005
can anyone help me/??
thanks.
i have a proc like this
@parcelas, @cod_banco
select from tb_bancos where cod_banco=@cod_ banco and parcelas in (Parcelas)
but it seems that IN(@PARCELAS) does not works
i've found some articles to pass the array into a table but it didnt work too
i use sql server 2005
can anyone help me/??
thanks.
Comment