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());
內容轉換: