Home > database >  Mysql to create a stored procedure is always fail
Mysql to create a stored procedure is always fail

Time:10-01

DELIMITER//
CREATE PROCEDURE c (IN the tag VARCHAR (24), IN times VARCHAR)
The BEGIN
INSERT INTO cylinder (EPC, STATUS, entertime) VALUES (tag, 1, times);
END;
//

why

CodePudding user response:

Pass and the parameter name in the blank space to remove a try,

CodePudding user response:

reference 1st floor RINK_1 response:
pass and the parameter name in the blank space to remove a try,

Has been good, the second parameter didn't give range
Prev:notes
  • Related