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 how I can work around this problem.
Regards
Barry
select * from League where
Points in

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 how I can work around this problem.
Regards
Barry