I need to use the single quotes in a string and Im wondering if there is anyway in SQL to be able to declare a variable as a varchar() and include the single quotes in the string?
(ie..
@sTmp varchar(50)
Set @sTmp = 'Hello World' ...but somehow keeping the singe quotes.
Thanks in advance,
Matt
(ie..
@sTmp varchar(50)
Set @sTmp = 'Hello World' ...but somehow keeping the singe quotes.
Thanks in advance,
Matt