Home > database >  The question of the trigger
The question of the trigger

Time:09-24

I want to modify a record when modify the record the function of a field, should be how to fix it, please?

CodePudding user response:

BEFORE the INSERT ON JZ_STJZSQ change AFTER the UPDATE ON JZ_STJZSQ

CodePudding user response:

Change set this sentence, to

: new issync:=1;

CodePudding user response:

BEFORE the INSERT ON JZ_STJZSQ change BEFORE the INSERT OF JZ_STJZSQ

CodePudding user response:

BEFORE the INSERT ON JZ_STJZSQ change BEFORE updateOF JZ_STJZSQ
Then the following error set assignment way, there is no such assignment way
To: new issync:=1;
  • Related