Given this data:
Home: (708) 296-2112
I want everything to the right of the :
character.
This is what I have so far, but I'm getting no results:
right(phone1, locate(':', phone1 + ':')-1) phone
If I use left
instead of right
, I get just "HOME" - just for testing purposes. I know I'm close, but I'm missing something.