bigdavelamb
Programmer
Hi
I have a sql statement similar to this:
Select * from table where myNumberField in (1,2,5,10,20)
Can anyone convert this to Crystal as IN does not seem to work?
Thanks
dave
I have a sql statement similar to this:
Select * from table where myNumberField in (1,2,5,10,20)
Can anyone convert this to Crystal as IN does not seem to work?
Thanks
dave