Vijay's Blog
I am not your BEST, But I will try
Search This Blog
Subscribe To
Posts
Atom
Posts
All Comments
Atom
All Comments
Showing posts with label
characters
.
Show all posts
Showing posts with label
characters
.
Show all posts
Tuesday, July 14, 2020
Mysql : replace special characters or any words in perticular column in UPDATE statement
Replace # symbol with empty in the given column.
SET SQL_SAFE_UPDATES = 0;
update table_name set col_name = replace (col_name,'#','');
Older Posts
Home
Subscribe to:
Posts (Atom)
Hit Counter
View My Stats