摘要: 数据准备: drop table if exists t1; /* 如果表t1存在则删除表t1 */ CREATE TABLE `t1` ( `id` int(11) NOT NULL AUTO_INCREMENT, `a` int(11) DEFAULT NULL, `b` int(11) NOT 阅读全文
posted @ 2020-07-27 18:20 |那小子 阅读(399) 评论(0) 推荐(0) 编辑
摘要: 数据前提:导入sql,执行一下数据表 CREATE TABLE `t1` ( /* 创建表t1 */ `id` int(11) NOT NULL auto_increment, `a` int(11) DEFAULT NULL, `b` int(11) DEFAULT NULL, `create_t 阅读全文
posted @ 2020-07-27 14:31 |那小子 阅读(206) 评论(0) 推荐(0) 编辑