Posts by Diogo Medeiros • 126 points
1 post
-
1
votes1
answer29
viewsA: Tanning system with Stored Procedure
The main mistake would be the BEGIN and END who was using us IF. You can see the documentation here. As it turned out: DELIMITER $$ CREATE DEFINER = `root`@`localhost` PROCEDURE `Teste`(IN `@valor`…