I want to pull in all contacts whose postal code begins with L5h, K2S or L3S.
My sql is:
SELECT *
FROM [customer_list_DE]
WHERE Postal_Code IN ('L5H%','K2S%','L3S%')
I have checked my data and many records exist with postal code that start with those characters, but my query is resulting in 0 records (however it is not erroring out). I am using Salesforce Marketing Cloud.