fixed syntax error

parent 4dedc8d9
...@@ -130,7 +130,7 @@ thisTrigger: BEGIN ...@@ -130,7 +130,7 @@ thisTrigger: BEGIN
SELECT begin INTO ins_begin SELECT begin INTO ins_begin
FROM instruction FROM instruction
WHERE id = NEW.id_ins WHERE id = NEW.id_ins;
IF (ins_begin IS NULL) THEN IF (ins_begin IS NULL) THEN
UPDATE instruction UPDATE instruction
......
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