- or download this
CREATE OR REPLACE PROCEDURE (?????(the array cannot be used ) IN)
+ as
You can only use
CREATE OR REPLACE PROCEDURE (v_scalr_in IN) as
- or download this
my $a;
foreach (@arrayofvariables){
...
# then bind it with $a
- or download this
CREATE OR REPLACE PROCEDURE ( v_scalar_in IN VARCHAR) AS
here you have to substr with the index of "," and then send it i
+n for loop for your processing
...