I am having a varchar field in mysql table with special characters. I want to remove all those special characters in that string Using MYSQL QUERY.
I am having a varchar field in mysql table with special characters. I want
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
MySQL doesn’t support such a query. Your best shot within a MySQL query is a lot of the following: