Viewing 4 posts - 1 through 5 (of 5 total)
my data is like this (when you join Person and Vehicle):
Person Id VehicleType Transatcion seq
A1 ...
May 22, 2010 at 9:13 pm
the problem is that vehicle_types not in (20) has a number of values that I don't know for the NOT condition. So I'm trying to check only with the vehicles...
May 22, 2010 at 8:47 pm
I tried that IN (05,10,15) but if the person has 05 and 20 , it returns that row as well.
Does IN work like this? choose rows where vehicle -...
May 22, 2010 at 8:45 pm
I should have added this in my previous post:
I also want the resultset to contain persons with even one vehicle from that list.
The following are acceptable:
05,10,15
05
05,15
10,15
etc...
May 22, 2010 at 7:49 pm
Viewing 4 posts - 1 through 5 (of 5 total)