MySql---批量插入数据库脚本

1.建表java create database bigData; use bigData; create table dept( `id` INT unsigned primary key NOT NULL AUTO_INCREMENT, `deptno` mediumint unsigned not NULL DEFAULT 0, `dname` varchar(20) not null
相关文章
相关标签/搜索