网页
图片
视频
学术
词典
地图
更多
航班
笔记本
DECLARECURSOR
网络
创建游标
网络释义
1.
创建游标
T-SQL技术开发实用大全:基于SQL Server... ... 9.8 删除视图— —DROP VIEW 10.2
创建游标
— —
DECLARECURSOR
10.3 打 …
www.tushucheng.com
|
基于2个网页
例句
释义:
全部
全部
,
创建游标
创建游标
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
An
application
should
only
execute
DECLARE
CURSOR
if it has
set
all
the
API
cursor
attributes
back
to their
defaults
.
应用程序
只有
在
将
所有
的
API
游标
特性
设置
回
默认值
后
,
才
可以
执行
DECLARECURSOR
。
msdn2.microsoft.com
2.
DECLARE
CURSOR
permissions
default
to
any
user
that
has
SELECT
permissions
on
the
views
,
tables
,
and
columns
used
in
the
cursor
.
默认
情况
下
,
将
DECLARECURSOR
权限
授予
对
游标
中
所
使用
的
视图
、
表
和
列
具有
SELECT
权限
的
任何
用户
。
msdn2.microsoft.com
3.
The DECLARE CURSOR
statement
is
the
root
of
the
graphical
execution
plan
tree
,
with
its
related
statement
as
a
child
or
node
.
DECLARECURSOR
语句
是
图形
执行
计划
树
的
根
,
与
之
相关
的
语句
为
子
级
或
节点
。
msdn2.microsoft.com
4.
Is the
name
of a
cursor
created
by
a DECLARE
CURSOR
statement
that either
has
the
LOCAL
keyword
or
that
defaulted
to
LOCAL
.
由
具有
LOCAL
关键字
或
默认
设置
为
LOCAL
的
DECLARECURSOR
语句
创建
的
游标
名称
。
msdn2.microsoft.com
5.
LOCAL
specifies
that the
cursor
name
is
LOCAL
to
the
stored
procedure
,
trigger
,
or
batch
containing
the DECLARE
CURSOR
statement
.
LOCAL
指定
游标
名称
对
含有
DECLARECURSOR
语句
的
存储
过程
、
触发器
或
批处理
是
局部
性
的
。
msdn2.microsoft.com
6.
You
cannot
use
the COMPUTE
clause
when
the
SELECT
statement
is
part
of a DECLARE CURSOR
statement
.
当
SELECT
语句
是
DECLARECURSOR
语句
的
一部分
时
,
不能
使用
COMPUTE
子句
。
msdn2.microsoft.com
7.
The
DECLARE
CURSOR
statement
declares
a
cursor
with the
specified
name
for a SELECT
statement
or a CALL
statement
.
DECLARECURSOR
语句
用
SELECT
语句
或
CALL
语句
的
指定
名称
声明
游标
。
www.ianywhere.com
8.
The
first
form
of the
DECLARE
CURSOR
statement
uses
the SQL-92
syntax
for
declaring
cursor
behaviors
.
DECLARECURSOR
语句
的
第一
种
格式
使用
SQL-92
语法
声明
游标
行为
。
msdn2.microsoft.com
9.
The
FETCH
statements
return
the
value
for the
column
specified
in
the DECLARE CURSOR as
a
single-row
result
set
.
FETCH
语句
以
单行
结果
集
形式
返回
在
DECLARECURSOR
中
指定
的
列
的
值
。
technet.microsoft.com
10.
The
DECLARE
CURSOR
statement
has
been
extended
;
thus
you
can
specify the four cursor
types
for
Transact
-
SQL
cursors
.
已经
扩展
了
DECLARECURSOR
语句
,
这样
您
就
可以
为
Transact-SQL
游标
指定
四
种
游标
类型
。
msdn2.microsoft.com
1
2