I am trying to extract the 5-digit number out of a field that is formatted in the following manner:
XXXX-###-[highlight #FCE94F]#####[/highlight]-#########-#
I need to extract the 5-digit number (highlighted) after the second '-' . I'd like to use SUBSTRING if possible in SQL. Help???
XXXX-###-[highlight #FCE94F]#####[/highlight]-#########-#
I need to extract the 5-digit number (highlighted) after the second '-' . I'd like to use SUBSTRING if possible in SQL. Help???