Hi,
Is it possible to pass an array to a teradata (13) stored procedure? If I had to do it in oracle, it would look as follows:
create or replace
TYPE T_STR_ARRAY AS TABLE OF varchar2(6);
PROCEDURE p_AcceptArray( inArrayCdes in T_STR_ARRAY ) IS.....etc
Any help would be greatly appreciated
↧