Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi,
how do i write in the script 2 differnt variable
i want that the load will be for field name SORTGROUP = 190 and 193
see exm ' the load is wrong as i write
...
DEDUCTFILE as [number]
Where SORTGROUP='190','193';
SQL SELECT *
...
thanks'
yarin
Hi
may be
Where SORTGROUP='190' or SORTGROUP='193';
is it the question ?
regards
it is the question but your solution deosn't work.
it give me only 190
sory my mistake ,
it's working.
thanks'
or this
Where match(SORTGROUP,190,193)