摘要: # 创建表drop table aaa;create table aaa(id int,userid varchar(200),primary key (id)) ENGINE=InnoDB DEFAULT CHARSET=utf8; ## 存储过程造数drop procedure if exist 阅读全文
posted @ 2019-03-25 19:26 mhabbyo 阅读(92) 评论(0) 推荐(0) 编辑
摘要: mysql> select DATE_FORMAT(now(),'%Y%m%d%H%i%s');+ +| DATE_FORMAT(now(),'%Y%m%d%H%i%s') |+ +| 20190325110933 |+ +1 row in set (0.00 sec) 阅读全文
posted @ 2019-03-25 11:11 mhabbyo 阅读(554) 评论(0) 推荐(0) 编辑