Mysql Ustaw zmienną w sesji

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