Skip to content
Advertisement

PLSQL Selecting from table using an array into a variable

I am trying to select some records from a table using an array into the variable init_av_days but its not working out. init_av_days is to be committed to another table after this select query. How best do you suggest i do this?

Advertisement

Answer

init_av_days is to be committed to another table after this select query

Best? Skip PL/SQL entirely, I’d say. Something like this:

This code should be fixed because I don’t know the last condition; if you know how, do it. If not, explain what’s in vcc_arr2, maybe we can assist.

User contributions licensed under: CC BY-SA
5 People found this is helpful
Advertisement