sql - How to quickly select and replace any content in SSMS -


this example in image

how select last 3 characters rows , replace them quickly?

hope looking shift alt controls in ssms.

navigate end of word, press shift alt , using keydown key select numbers of rows going affect press <- (keyleft) key three times select last 3 characters selected rows , type expected characters there.
delete previous 3 characters , replace newly typed characters.

the trick explained in these pages 1, 2


Comments

Popular posts from this blog

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -

java - Digest auth with Spring Security using javaconfig -