ajie
yingwu
摘要: 1 t-sql; select * from table1; insert into table1(name,pwd) values('csj','csj'); update table1 set pwd='css' where name='csj'; delete from table1 wherename='csj'; select top 3 * from stu order bystuno... 阅读全文
posted @ 2009-03-16 21:17 ajie 阅读(140) 评论(0) 推荐(0)