Eu quero algo como
DECLARE myVariable nvarchar[MAX] = "hello world".
Pontos de bônus se você me mostrar como codificar uma citação na string.
Por exemplo:
Eu quero que a string leia
John said to Emily "Hey there Emily"
minha tentativa seria
DECLARE myVariable nvarchar[MAX] = "John said to Emily \"Hey there Emily\""
'
, não"
.