摘要:
SQL:create database ckkc;create table users(name char(35) not null primary key,psw char(50) not null)create table op(id int not null primary key auto_increment,flag int not null,pname char(15) not null,num int not null)create table st(pname char(15) not null primary key,num int not null)insert into 阅读全文
posted @ 2012-09-16 11:26
NoSoul.Love
阅读(2231)
评论(1)
推荐(1)