I have thousands of records with code in a very peculiar format that identifies boxes on street poles.
Eg: 21.305-005 / 100-A
However, this code is currently in the format 21305005100-A. As the position of the punctuation is fixed, standard of ZIP code, I am trying to put them however I do not know any function that does this.
I know I could do this with relative ease in php, but I would like to learn straight from an update in mysql.