Hello,
I'm trying to create a CASe statement that finds PO BOX records in an address field. If i find a text containing %P%O%BOX% i want it to return the data else leave it blank. Here is what i have written so far but i do not get any results.
CASE WHEN tciAddress.AddrLine1 = '%BOX%' THEN tciAddress.AddrLine1 ELSE '' END
Thanks in advance for your help.
I'm trying to create a CASe statement that finds PO BOX records in an address field. If i find a text containing %P%O%BOX% i want it to return the data else leave it blank. Here is what i have written so far but i do not get any results.
CASE WHEN tciAddress.AddrLine1 = '%BOX%' THEN tciAddress.AddrLine1 ELSE '' END
Thanks in advance for your help.