I am trying to execute the following code in an oracle dataset.
select * from League where
Points in (:List)
The field points is a numeric value, therefore when I put the values, 21,25,45, for example, against the variable :List, an error is returned
ORA-01722 Invalid Number, does anyone know...