mysql使用存储过程&函数实现批量插入

以下是我为了自己学方便建的笔记,都是在其他博主的主页下看到的,自学笔记,有不对的可以指出 表结构如下: create table dept(   id int unsigned primary key auto_increment, // ID列为无符号整型,该列值不可以为空,并不可以重复,而且自增。   deptno mediumint unsigned not null default 0,
相关文章
相关标签/搜索