HI Daniel,
the IN clause should be the same..
select *
from <table>
where COLUMN_VALUES IN (v1, v2...,vn)
hope this is what you need
HI Daniel,
the IN clause should be the same..
select *
from <table>
where COLUMN_VALUES IN (v1, v2...,vn)
hope this is what you need