摘要: 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 where name='csj'; select top 3 * fro... 阅读全文
posted @ 2008-06-01 00:24 大树2 阅读(1578) 评论(0) 推荐(0) 编辑