0
I’m creating this Rigger
DELIMITER //
CREATE TRIGGER reposta3A
AFTER INSERT ON utilizacao_veiculo
FOR EACH ROW
BEGIN
SELECT emite_mensagem();
END//
DELIMITER ;
but when I execute the show triggers command; she doesn’t appear as if she were created
still doesn’t show how a Rigger created
– Demetrius
some error when you execute this query I gave you?
– Roberto de Campos
there is no mistake, it simply does not create Trigger
– Demetrius