SyntaxFix
Write A Post
Hire A Developer
Questions
Declare: SET @a = 1;
SET @a = 1;
Usage: INSERT INTO `t` (`c`) VALUES (@a);
INSERT INTO `t` (`c`) VALUES (@a);