BEGIN DECLARE $result INT(11); SET $result = NEW.value_a + NEW.value_b; SET NEW.value_result = $result; END
I\'m trying to understand why if