zwei1121

博客园 首页 新随笔 联系 订阅 管理

2009年4月24日 #

摘要: alter table SendMailListadd key_col int not null identity(1,1)godelete from SendMailListwhere exists(select * from SendMailList as t2where t2.EMail=SendMailList.EMailand t2.key_col>SendMailList.key_co... 阅读全文
posted @ 2009-04-24 17:40 zwei 阅读(132) 评论(0) 推荐(0) 编辑