摘要: use test go create table u(userid char(5),username char(10)); go create table c(cid char(3),cname char(10)); go create table uc(userid char(5),cid char(3),usergrade int); go insert u values('1','张三');... 阅读全文
posted @ 2008-11-06 19:13 水若冰 阅读(171) 评论(0) 推荐(0) 编辑