How to accept multiple input values using plsql
728159Feb 15 2010 — edited Feb 15 2010I am in a process of designing a small tool. The tool needs to accept multiple input values. I know this can be done using sql.
But is there any way, i can input multiple values using for loop, where in the loop would get executed depending on the number of times a user wants to enter the values.
It is also fine, if i can accept all the values at once and some how parse them!