Hi, thanks for looking at my post. Well, I thought this would be simple, I have a staight forward whereclause:
ID IN ('56','78')
Works great, I get all the features with an ID of 56 & 78.
Now I want to exclude those from the whereclause, so I thought the following would do it
ID NOT IN ('56','78')
Now I get everything, including 56 and 78. From what I could find the whereclause should be correct.
Any ideas will be greatly appreciated.
Dale,
ID IN ('56','78')
Works great, I get all the features with an ID of 56 & 78.
Now I want to exclude those from the whereclause, so I thought the following would do it
ID NOT IN ('56','78')
Now I get everything, including 56 and 78. From what I could find the whereclause should be correct.
Any ideas will be greatly appreciated.
Dale,