摘要:
具体错误: 使用mysql创建、调用存储过程,函数以及触发器的时候会有错误符号为1418错误。 [Err] 1418 - This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its declaration and 阅读全文
posted @ 2019-08-05 19:59 shenyixin 阅读(1830) 评论(0) 推荐(1)
|
||
|
摘要:
具体错误: 使用mysql创建、调用存储过程,函数以及触发器的时候会有错误符号为1418错误。 [Err] 1418 - This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its declaration and 阅读全文
posted @ 2019-08-05 19:59 shenyixin 阅读(1830) 评论(0) 推荐(1)
摘要:
SELECT CONCAT('truncate TABLE ',table_schema,'.',TABLE_NAME, ';') FROM INFORMATION_SCHEMA.TABLES WHERE table_schema IN ('ttsf_production'); 阅读全文
posted @ 2019-08-05 13:36 shenyixin 阅读(435) 评论(0) 推荐(0) |
||