Gente, estou tentando criar a trigger abaixo, mas está dando erro de sintaxe. Segue a trigger:
CREATE TRIGGER verifica_url AFTER INSERT ON book
FOR EACH ROW BEGIN DECLARE x VARCHAR(100);
SET x = (SELECT content_url FROM book WHERE cover_url = 'https://singulardigital.box.net/shared/static/mdeu8pj27c.pdf' AND content_url = 'https://singulardigital.box.net/shared/static/mrrsh0c3ir.pdf');
END
O erro que dá é este:
"Mensagens do MySQL :
#1064 - 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"
Pergunta
Renato Penna
Gente, estou tentando criar a trigger abaixo, mas está dando erro de sintaxe. Segue a trigger:
O erro que dá é este:
"Mensagens do MySQL :
#1064 - 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"
O que está errado ?
Editado por Renato PennaLink para o comentário
Compartilhar em outros sites
1 resposta a esta questão
Posts Recomendados
Participe da discussão
Você pode postar agora e se registrar depois. Se você já tem uma conta, acesse agora para postar com sua conta.