I have a column that contains numbers and letters. Ex: a5c648a6. I need to add the following character : after every pair of characters and insert the modified one into another column. i.e, the output supposed to be ike: a5:c6:48:a. Note that I don't need to add : after the last character.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|||||||||||
|
|
Please try this: Create the following function in your mysql database:
Then execute the function with the string that you want to convert to a MAC address:
You can now replace the |
||||
|
|
