摘要: https://www.cnblogs.com/lusunqing/p/3660190.html 阅读全文
posted @ 2019-06-28 15:46 LuoCore 阅读(471) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/yige/p/5193253.html declare @sqlTabName varchar(100);-- 声明游标DECLARE C_Employees CURSOR FAST_FORWARD FOR SELECT name FROM sysob 阅读全文
posted @ 2019-06-28 15:45 LuoCore 阅读(469) 评论(0) 推荐(0) 编辑