fixed syntax error

parent c0ebcc93
......@@ -138,7 +138,7 @@ thisTrigger: BEGIN
begin = NOW(3),
end = NOW(3)
WHERE
id = NEW.id_ins
id = NEW.id_ins;
END IF;
UPDATE instruction
......@@ -175,7 +175,7 @@ thisTrigger: BEGIN
SET
end = NEW.end
WHERE
id = NEW.id_ins
id = NEW.id_ins;
END IF;
-- remove open try
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment