mysql使用存儲過程&函數實現批量插入

以下是我爲了自己學方便建的筆記,都是在其他博主的主頁下看到的,自學筆記,有不對的可以指出 表結構如下: create table dept(   id int unsigned primary key auto_increment, // ID列爲無符號整型,該列值不可以爲空,並不可以重複,而且自增。   deptno mediumint unsigned not null default 0,
相關文章
相關標籤/搜索