摘要: /****** Script for SelectTopNRows command from SSMS ******/use DB declare @id bigint DECLARE cur CURSOR FOR ( select id from ptable where src is null) 阅读全文
posted @ 2016-05-11 16:21 NNiiccoo 阅读(148) 评论(0) 推荐(0) 编辑

去Yes