搜索优化
网页
图片
视频
学术
词典
地图
更多
航班
笔记本
ANSI_NULLS
例句
释义:
全部
全部
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
The ANSI_NULLS
option
must
have been
set
to
ON
for
the
execution
of
all
CREATE
TABLE
statements
that
create
tables
referenced
by the
view
.
要
执行
所有
CREATETABLE
语句
以
创建
视图
引用
的
表
,
ANSI_NULLS
选项
必须
设置
为
ON
。
technet.microsoft.com
2.
If
SET
ANSI_NULLS is
not
specified
,
the
setting
of
the ANSI_NULLS
option
of the
current
database
applies
.
如果
未
指定
SETANSI_NULLS
,
则
应用
当前
数据库
的
ANSI_NULLS
选项
设置
。
technet.microsoft.com
3.
The ANSI_NULLS
and
QUOTED_IDENTIFIER
options
must
have been
set
to
ON
when
the CREATE VIEW
statement
was
executed
.
当
执行
CREATEVIEW
语句
时
,
ANSI_NULLS
和
QUOTED_IDENTIFIER
选项
必须
设置
为
ON
。
technet.microsoft.com
4.
When
SET ANSI_NULLS is
ON
,
an
operator
that
has
one
or
two
NULL
expressions
returns
UNKNOWN
.
当
SETANSI_NULLS
为
ON
时
,
带有
一个
或
两个
NULL
表达
式
的
运算符
返回
UNKNOWN
。
msdn2.microsoft.com
5.
A
connection
must
have
the
ANSI_NULLS
and
ANSI_WARNINGS
options
set
ON
before
the
connection
can
execute
distributed
queries
.
必须
先
将
连接
的
ANSI_NULLS
和
ANSI_WARNINGS
选项
设置
为
ON
,
然后
该
连接
才能
执行
分布式
查询
。
msdn2.microsoft.com
6.
For more
information
about
the ANSI_NULLS
database
option
,
see
ALTER
DATABASE
(
Transact-
SQL
)
and
Setting
Database
Options
.
有关
ANSI_NULLS
数据库
选项
的
详细
信息
,
请
参阅
ALTERDATABASE
(
Transact-SQL
)
和
设置
数据库
选项
。
technet.microsoft.com
7.
Therefore
,
any
client
session
settings
for
SET
QUOTED_IDENTIFIER and
SET
ANSI_NULLS
are
ignored
when
the
stored
procedure
is
running
.
因此
,
所有
客户端
会话
的
SETQUOTED_IDENTIFIER
和
SETANSI_NULLS
设置
在
执行
存储
过程
时
都
将
被
忽略
。
technet.microsoft.com
8.
SET ANSI_NULLS ON
affects
a
comparison
only
if
one of the
operands
of the
comparison
is
either a
variable
that
is
NULL
or
a
literal
NULL
.
仅
当
某个
比较
操作
数
是
值
为
NULL
的
变量
或
文字
NULL
时
,
SETANSI_NULLSON
才
会
影响
比较
。
technet.microsoft.com
9.
When SET ANSI_NULLS
is
OFF
,
comparisons
of
all
data
against
a
null
value
evaluate
to
TRUE
if
the
data
value
is
NULL
.
当
SETANSI_NULLS
为
OFF
时
,
如果
数据
值
为
NULL
,
则
所有
数据
对
空
值
的
比较
将
取
值
为
TRUE
。
technet.microsoft.com
10.
When
SET ANSI_NULLS
is
ON
,
all
comparisons
against a
null
value
evaluate
to
UNKNOWN
.
当
SETANSI_NULLS
为
ON
时
,
所有
对
空
值
的
比较
均
取
值
为
UNKNOWN
。
technet.microsoft.com
1
2