摘要: 假设我们有一个表Student,包括以下字段与数据:[c-sharp]view plaincopydroptablestudent;createtablestudent(idintprimarykey,namenvarchar2(50)notnull,scorenumbernotnull);insertintostudentvalues(1,'Aaron',78);insertintostudentvalues(2,'Bill',76);insertintostudentvalues(3,'Cindy',89);insertintostudent 阅读全文
posted @ 2013-01-17 16:35 火夫 阅读(320) 评论(0) 推荐(0) 编辑