赞
踩
目录
创建 goods 表
- drop table if exists goods;
- create table goods (
- id int(10) primary key auto_increment,
- name varchar(14) unique,
- stockdate date
- )charset=utf8;
|
|
delete
drop
truncate
三者区别
|
|
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。