Hi,
Is there any option for dynamic arrays e.g. with numbers so that I can: add value, delete them and use such an array in a SQL statement in a stored procedure, e.g:
select * from my_table where val in (myArray)?
is there any solution for this?
Thx;)