#cur

 

其中fetch next from #cur into @ID, @PID, @Ver是读取当前行的记录,按Column的顺序放到这三个变量中。

等同select @ID=ID,@PID=PID,@Ver=Ver from table where 条件.

相关文章:

  • 2021-06-29
  • 2022-12-23
  • 2021-08-26
  • 2022-12-23
  • 2022-12-23
  • 2021-10-06
猜你喜欢
  • 2021-06-22
  • 2021-07-05
  • 2021-07-11
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案