摘要: select distinct order_no,IDENTITY(int,1,1) as px into #g from gold_purify_detail where order_no in (select a as gold_id from dbo.f_split(@order_str,',')) 阅读全文
posted @ 2012-10-15 15:25 withoutaword 阅读(156) 评论(0) 推荐(0)