Answered
QoQ and ANSI SQL Operator "IN"
Howdy,
I'm trying to get a query subset based on a specific value existing in a "list" field of the main query. Please see code. Is it possible to test for that value in the list as I show in the code? I've already tried it and it doesn't, but I'm hoping it's a minor grammar issue that I missed in the tests.
It worked if my where statement was: where distribution_lists LIKE '%test%', but I want to test for the specific value 'test', and that doesn't work, either.
Thank you for any ideas.
I'm trying to get a query subset based on a specific value existing in a "list" field of the main query. Please see code. Is it possible to test for that value in the list as I show in the code? I've already tried it and it doesn't, but I'm hoping it's a minor grammar issue that I missed in the tests.
It worked if my where statement was: where distribution_lists LIKE '%test%', but I want to test for the specific value 'test', and that doesn't work, either.
Thank you for any ideas.