Last active
December 14, 2017 06:44
-
-
Save MarioBinder/c70ae393fd3fd41be37c6adfc67556a4 to your computer and use it in GitHub Desktop.
replace in sql
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- replaced the first old characters with new signs | |
| update [DATABASE].[dbo].[TABLE] set COLUMN = stuff(COLUMN, 1, 12, 'E:\Daten\LIVE\') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment