摘要: 假设我们有一个表Student,包括以下字段与数据:[c-sharp] view plaincopyprint?droptablestudent;createtablestudent(idintprimarykey,namenvarchar2(50)notnull,scorenumbernotnull);insertintostudentvalues(1,'Aaron',78);insertintostudentvalues(2,'Bill',76);insertintostudentvalues(3,'Cindy',89);insertinto 阅读全文
posted @ 2013-08-21 11:41 prvin 阅读(222) 评论(0) 推荐(0) 编辑