As normal you can use SELECT "1", "2" INTO @a, @b. What I wanna do is set the second\'s value field into a single variable.
SELECT "1", "2" INTO @a, @b
Curr