Sunday, April 15, 2012

Re: CREATE MySQL PROCEDURE

I did a cut and paste with this:


DELIMITER //

CREATE PROCEDURE mak_nums
BEGIN

   INSERT INTO Tmp_Elements (Cell, n, k) VALUES (1,2 ,2);

END //
DELIMITER;

No comments:

Post a Comment