I need execute a trigger INSERT after adding row at table subscrubetousers with a condition:
subscrubetousers.SubscrubeToUsersType = 9
BEGIN
INSERT INTO logsub Set
LogTime = NEW.subscrubetousersTime,
LogIdNote = NEW.subscrubetousersId,
LogType = NEW.SubscrubeToUsersType;
END