02 2008 档案

摘要:想对数据中的数据进行批量修改。 效果如下: 修改前 修改后 SQL语句如下(SQL Server 2000下测试通过): UPDATE Items SET Name = "Title"+right(Name ,len(Name )-4) WHERE Name like "%Name%"; 可以把上式总结如下: UPDATE 表名 SET 字段名= "替换值"+right(字段名,le... 阅读全文
posted @ 2008-02-22 16:19 asheng 阅读(197) 评论(0) 推荐(0)
摘要:原文地址:http://weblogs.asp.net/caioproiete/archive/2008/02/05/how-to-be-a-better-developer.aspx 转自:http://www.watch-life.net/programming-notes/read-how-to-be-a-better-developer.html How to be a better d... 阅读全文
posted @ 2008-02-20 17:55 asheng 阅读(467) 评论(0) 推荐(0)

© by Amen