将游标声明为Variable或不

时间:2015-09-30 13:35:27

标签: sql-server syntax scope cursor declaration

有时我将SQL Server的游标声明视为variable,有时候会看到not

DECLARE @getAccountID CURSOR

DECLARE vend_cursor CURSOR

这两种宣言方式的意义和区别是什么?也许范围?

0 个答案:

没有答案