标签:des blog http io ar sp strong 数据 div
sql语言分为三个级别。
删库:drop database db名;
create table person_info ( person_id smallint(5) unsigned auto_increment, name varchar(50) not null comment ‘person_name‘, country varchar(60) default ‘china‘, salary decimal(10,2) default 0.00 comment ‘salary‘, primary key (person_id) )engine=innodb default charset=utf8;
标签:des blog http io ar sp strong 数据 div
原文地址:http://www.cnblogs.com/hllnj2008/p/4064945.html