Hi all,
As I'm Oracle Apex newbie, I have problem with inserting multiple values into database.
From drop-down menu i need to select few values and then insert them into database. When I choose only 1 value then everything work correct.
When I select more than 1 value then I got an error "Invalid numeric value 67:68 for column "XYZ"."
I'm guessing insert statement looks : Insert into XYZ values (67:68),
Is it possible to handle with that? The best way would be 2 Insert statement, but the question is how to do it ?
Thanks in advance,