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 -

windows - Debug iNetMgr.exe unhandle exception System.Management.Automation.CmdletInvocationException -

configurationsection - activeMq-5.13.3 setup configurations for wildfly 10.0.0 -