fixed syntax error

parent c0ebcc93
...@@ -138,7 +138,7 @@ thisTrigger: BEGIN ...@@ -138,7 +138,7 @@ thisTrigger: BEGIN
begin = NOW(3), begin = NOW(3),
end = NOW(3) end = NOW(3)
WHERE WHERE
id = NEW.id_ins id = NEW.id_ins;
END IF; END IF;
UPDATE instruction UPDATE instruction
...@@ -175,7 +175,7 @@ thisTrigger: BEGIN ...@@ -175,7 +175,7 @@ thisTrigger: BEGIN
SET SET
end = NEW.end end = NEW.end
WHERE WHERE
id = NEW.id_ins id = NEW.id_ins;
END IF; END IF;
-- remove open try -- 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