Man of Honour
I'm trying to query a Sybase database, which has an email column. The column may have multiple email addresses separated with a comma. I'd like to count the total amount of emails specified in the column.
So for example, the email column could look like this:
'sid@ email. co.uk'
'harry@fakeemail. co.uk, marry@ anothermail. com'
'julie@ juliemail.co.uk, john@ anothermail.com,[email protected]'
so the count is 6
Thanks
So for example, the email column could look like this:
'sid@ email. co.uk'
'harry@fakeemail. co.uk, marry@ anothermail. com'
'julie@ juliemail.co.uk, john@ anothermail.com,[email protected]'
so the count is 6
Thanks