I have table that has columns with email addresses delimited by ;
:
TO CC BCC
--------------------------------------------------------------------------------------------------------------------
[email protected];[email protected];[email protected] [email protected];[email protected] [email protected];[email protected]
User gives an email address as the search criteria and I have to lookup against each of these columns to find the rows where any of the colums have the target email address.
Can anyone please help me out here?
I tried using reg_exp
but dont have much experience there.