2014年11月20日

MYSQL alter procedure alter function 它们只可以更改过程的特性,不可以更改过程的逻辑。

摘要: 例子: delimiter // create procedure proc_a(in numberA int) 这样create procedure 是正确的 begin select numberA; end // delimiter ; delimiter // alte... 阅读全文

posted @ 2014-11-20 16:17 蒋乐兴的技术随笔 阅读(1292) 评论(0) 推荐(0) 编辑

MYSQL this function has none of deterministic no sql ......错误

摘要: ThisfunctionhasnoneofDETERMINISTIC,NOSQL解决办法创建存储过程时出错信息:ERROR 1418 (HY000): This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its ... 阅读全文

posted @ 2014-11-20 15:54 蒋乐兴的技术随笔 阅读(251) 评论(0) 推荐(0) 编辑

导航