Search This Blog

Showing posts with label replace. Show all posts
Showing posts with label replace. 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,'#','');

Friday, June 12, 2020

Tortoize Replacement for Linux Ubuntu - RabbitVCS for SVN and GIT Alternate

sudo apt-get purge rabbitvcs*

sudo add-apt-repository ppa:rabbitvcs/ppa
 
sudo apt-get update
 
sudo apt-get install rabbitvcs-nautilus
 
nautilus -q
 
 
-After restart you can see ->right click on your svn or git.
 
 

Hit Counter


View My Stats