Guest_imported
New member
- Jan 1, 1970
- 0
I'm used to the contains operator, but I think the IN operator will do what I want, only it isn't working.
Here's my sql command:
SELECT ACplatform from issues_temp WHERE ACPlatform in ('F/A-18 A/B/C/D')
I get no records returned, but I know that the value is in the list, also, I will get any records that are in there alone, but not if they're in a list in the field.
Any ideas?
Thanks
Bonnie
Here's my sql command:
SELECT ACplatform from issues_temp WHERE ACPlatform in ('F/A-18 A/B/C/D')
I get no records returned, but I know that the value is in the list, also, I will get any records that are in there alone, but not if they're in a list in the field.
Any ideas?
Thanks
Bonnie