Ondra Žižka
edited a comment on
HHH-2697
Can't use := for variable assignment within a SQL-Statement
You need to *
escape with a backslash
*.
"SELECT @a \\:= 1"
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your
JIRA administrators
.
For more information on JIRA, see:
http://www.atlassian.com/software/jira
You need to *escape with a backslash*.
"SELECT @a \\:= 1"