Add text to beginning or end of each line using SSMS
使用SSMS在每一行前面或後面加上特定字元
from my MSDN blog - September 21, 2016
1.Add text to the beginning of each line
Ctrl+H
type "^" in the "Find"
type text you want to add in "Replace with"
Choose the "Regular expressions" checkbox
2.Add text to the end of each line
Ctrl+H
type "$" in the "Find"
type text you want to add in "Replace with"
Choose the "Regular expressions" checkbox




沒有留言:
張貼留言