Mysql remove a special charecter which occurs after a specific special character -


the data in cell "0^0^@1@^0^0^1^0" , want 0^0^@1@0^0^1^0 . looking , want remove special character "^" occurs after "@". note remaining "^" should remain is.

i think want replace():

select replace(col, '@^', '@') 

Comments

Popular posts from this blog

Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12:test (default-test) on project.Error occurred in starting fork -

unity3d - Fatal error- Monodevelop-Unity failed to start -