The way to set a variable in mysql is like this:
SET @variavel = valor
In Documentation says that the variable name can contain other characters, and in the case it should be set SET @'variavel' = valor
.
Is it possible to create mysql variable containing the characters {
and }
?