拆解组装SQL字符串全过程
摘要:
先看下面这段代码, 它将sql字符串先分割为行集,做一定处理后再合并为单行: use tempdb go if (object_id ('t_Item' ) is not null ) drop table t_item go ... 阅读全文
posted @ 2009-09-01 15:46 代码王子 阅读(339) 评论(0) 推荐(0)
posted @ 2009-09-01 15:46 代码王子 阅读(339) 评论(0) 推荐(0)