摘要:
# 创建表drop table aaa;create table aaa(id int,userid varchar(200),primary key (id)) ENGINE=InnoDB DEFAULT CHARSET=utf8; ## 存储过程造数drop procedure if exist 阅读全文
摘要:
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) 阅读全文