Proszę o poradę, czemu powstaje błąd przy Tworzeniu tak prostego trigera:
CREATE TRIGGER aaaaa before UPDATE ON text FOR EACH ROW BEGIN INSERT INTO log (stary) VALUES (OLD.tekst); END;
Dostaje komunikat:
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 4