0
的代碼我的存儲過程是存儲過程:難度以書面形式MYSQL
CREATE PROCEDURE insert_sait_inf(IN name TEXT,IN title TEXT,IN link TEXT)
BEGIN
INSERT INTO sait_inf(sait_name,sait_title,sait_link) VALUES (name,title,link);
END
但錯誤是:
#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 3
如果BEGIN ... END命令刪除了以後的php,當兩個或更多SP SP調用只有第一個作品 –