Mysql 简单的使用定时器调用存储过程
摘要:
1.创建测试的表 CREATE TABLE mytable ( id INT auto_increment NOT NULL, NAME VARCHAR (100) NOT NULL DEFAULT '', introduce text NOT NULL, createtime TIMESTAMP 阅读全文
posted @ 2018-05-07 11:24 kavinkuan 阅读(344) 评论(0) 推荐(0) 编辑