Declare @qt varchar(5)
Declare @xmlt xml
set @qt = '''
I am unable to store a single quote in a variable, I need to concatenate before and after a column like below
update #TEMP_TABLE2
set XMLDatat =CONCAT(@qt,@xmlt,@qt)
So i have a single quote before and after the column