SQL 游标中包含变量的SQL语句写法 (动态申明游标)
摘要:SQL 游标中包含变量的SQL语句写法 (动态申明游标) set @sSQL='declare Cur cursor for select 变量..... ' --print @sSQLl exec(@sSQL) open Cur 创建时间:2022.01.25 更新时间:
阅读全文
posted @ 2022-01-25 18:56
posted @ 2022-01-25 18:56
posted @ 2020-10-15 16:51
posted @ 2020-09-16 09:32