Minor update Chapter 17

This commit is contained in:
anthonydb 2021-05-16 14:55:38 -04:00
parent 013c40062c
commit 3a639a5942

View File

@ -270,7 +270,7 @@ BEGIN
OLD.grade,
NEW.grade);
END IF;
RETURN NEW;
RETURN NULL;
END;
$$ LANGUAGE plpgsql;