Cómo poner valor en variable mysql

SET variable = (SELECT SUM(tax) FROM taxable_transactions);
Wrong Wolf