I need to modify/cut some characters from my variable @txt
The variable is declared like this:
DECLARE @txt VARCHAR(MAX)
and @txt
is a long string.
I need to cut and move this marked fragment in blue (screenshot)
How can I do this? Could you please give me some advice that will help me?