Posts by PauloT. • 11 points
2 posts
-
1
votes0
answers66
viewsQ: Sum columns of an array per row and place the total in a new column
I have a 5x5 matrix with numerical values, as in the example below: Col1 Col2 Col3 Col4 Col5 1 2 3 4 5 1 2 3 4 5 1 2 3 4 5 1 2 3 4 5 1 2 3 4 5 I need to create a new column in that matrix containing…
-
0
votes0
answers276
viewsQ: Stored Procedure input parameters with more than one value
I need to do a stored project in the oracle where I have 5 input parameters and 1 output parameter which will be a cursor(recordset). The problem is that each input parameter can receive more than…