how to create mysql stored procedure
Launch the mysql client tool and type the following commands:
DELIMITER //
DROP PROCEDURE IF EXISTS test.read_recordByIdttx //
CREATE DEFINER=`root`@`localhost` PROCEDURE read_recordById (IN...
2016-05-23 14:28:35 ·
155 阅读 ·
0 评论