I’m trying to select all values which have a certain source value using
code similar to the following.
l.sub IN('12480','12481')
However, I need to everything where sub contains the value 10921-12480.
Is there a way to quickly select those values without typing each one out.
Thank You!
If
l.subis of a numeric type, then you can useBETWEEN.