MySQL Set variável em uma sessão

mysql>SET @max_limbs = (SELECT MAX(arms+legs) FROM limbs);
Nutty Nightingale