create table s(
id int not null auto_increment,
name varchar(50) not null default 'sb',
str varchar(10) not null default 'strs',
sz int(11) not null default '29',
sj datetime not null,
primary key(id));
insert into s values
(null,'巨大八爪鱼','百度魔塔12吧吧主',13,now()),
(null,'巨大八爪鱼','奥茨玛贴吧站长',13,now()),
(null,'名字不能给用','百度魔塔12吧成员',12,now());
內容轉換: