Settings | Sign in | Sign up

There is currently 1 post.

create table book(

Floor 1 巨大八爪鱼 8/27/10 14:44
create table book(
id int not null auto_increment,
name varchar(30) not null default 'ASP第一步',
price int not null default '10',
primary key(id));

Content converter:

Reply the post
Content:
User: You are currently anonymous.
Captcha:
Unclear? Try another one.