nulls

nulls

美 [nʌl]  英

  • adj.没有价值的;无用的;【法】无法律效力的;【科技】没有
  • n.【数】数字零;【计】空位;空白符号;【电子】无信号
  • v.抵消;〈罕〉【法】宣布无效;〈罕〉彻底消灭
  • 网络列的空行数;空值排序;虚元

词形变化

复数:nulls  过去式:nulled  现在分词:nulling  

反义词

adj.

同义词

英汉解释

adj.
1.
没有价值的;无用的
2.
【法】无法律效力的
3.
【科技】没有
4.
【数】相当于数字零的
5.
【逻,数】空集的
6.
无特点的
n.
1.
【数】数字零
2.
【计】空位;空白符号
3.
【电子】无信号
4.
〈比喻〉空虚
v.
1.
抵消
2.
【法】〈罕〉宣布无效
3.
〈罕〉彻底消灭

英英解释

adj.
n.
v.

例句

Char and binary columns that do not allow nulls are always padded to the length of the column.

始终允许charbinary填充

Since the requirement is to only suppress nulls, the visual null suppression can be replaced by the Null suppression on the actual query.

因为需求抑制nulls可视nullsuppression实际查询Nullsuppression替换

Note that this setting is independent of the nulls setting in the columns contained in the foreign key.

注意设置包含nulls设置无关

Add table columns , and specify the column name and data type of the new column, as well as whether the column allows nulls .

添加指定数据类型以及是否允许

Define a primary key to enforce uniqueness for values entered in specified columns that do not allow nulls .

定义可以允许指定输入强制唯一性

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

Analysis Services ignores nulls when calculating the maximum value in a set of numbers.

计算数值最大AnalysisServices将忽略

The bcp command and BULK INSERT statement both allow you to specify that nulls values be retained.

bcp命令BULKINSERT语句允许指定保留

RPG uses a 1 character field (like an indicator) to determine if a column contains nulls.

RPG使用一个1字符字段比如一个指示符确定是否包含

The aggregate uses custom serialization, has a maximum size of 8000 bytes when serialized, and is invariant to nulls, duplicates, and order.

聚合使用定义序列化进行序列具有8000字节最大大小重复顺序无关

If SET ANSI_NULLS is not specified, the setting of the ANSI_NULLS option of the current database applies.

如果指定SETANSI_NULLS,应用当前数据库ANSI_NULLS选项设置

To edit this property, click the Allow Nulls checkbox corresponding to the column in the top pane of Table Designer.

若要编辑属性设计器窗格单击对应允许复选框

New columns defined without explicit nullability do not allow nulls.

显式定义允许使用

If the column is NULLABLE, any number of NULLs can be inserted in that column.

如果可以包含NULL可以在此插入任意数量NULL

The ANSI_NULLS and QUOTED_IDENTIFIER options must have been set to ON when the CREATE VIEW statement was executed.

执行CREATEVIEW语句,ANSI_NULLSQUOTED_IDENTIFIER选项必须设置ON

That code would have created a new trail with a Trail object with nulls for all attributes.

这个代码应当创建路线路线一个所有属性nullTrail对象

For each database column, the grid displays its fundamental attributes: column name, data type, and nulls-allowed setting.

对于每个数据库网格显示基本属性数据类型允许设置

Literals represent fixed values - numbers, character strings, booleans, or nulls.

文字表示固定数字字符字符串布尔型

For this report run only nulls are being suppressed on both the row and column edge of the crosstab.

对于报表运行交叉表边缘抑制nulls

When SET ANSI_NULLS is ON, an operator that has one or two NULL expressions returns UNKNOWN.

SETANSI_NULLSON带有一个两个NULL表达运算符返回UNKNOWN

Specify whether the transformation handles null values as equal to other nulls.

指定转换是否处理等于其他

If WITH VALUES is not specified for columns that allow nulls, the value NULL is stored in the new column in existing rows.

如果没有允许指定WITHVALUES现有存储NULL

A connection must have the ANSI_NULLS and ANSI_WARNINGS options set ON before the connection can execute distributed queries.

必须连接ANSI_NULLSANSI_WARNINGS选项设置ON然后连接才能执行分布式查询

The two nulls indicate that we do not want to change the last access time or creation time for this file.

两个null指出我们不想改变文件最后访问时间或者创建时间

It's the situation where, for instance, someone passes a null value to a method not coded to handle nulls.

比方说null传入一个并未编写如何处理null方法就是一种边界情况

For more information about the ANSI_NULLS database option, see ALTER DATABASE (Transact-SQL) and Setting Database Options.

有关ANSI_NULLS数据库选项详细信息参阅ALTERDATABASE(Transact-SQL)设置数据库选项

Therefore, any client session settings for SET QUOTED_IDENTIFIER and SET ANSI_NULLS are ignored when the stored procedure is running.

因此所有客户端会话SETQUOTED_IDENTIFIERSETANSI_NULLS设置执行存储过程忽略

Trailing blanks are ignored for character columns and trailing nulls are ignored for binary columns.

符列尾随空格二进尾随忽略

You can use the AllowsNull property reported by the COLUMNPROPERTY function to determine whether a view column allows nulls.

可以使用COLUMNPROPERTY函数报告AllowsNull属性确定视图是否允许使用

If one record set has more rows than the other, data in that column will continue while nulls will be displayed for the other as seen below.

如果一个记录另一个数据将会继续增加另一个显示null

Learn some fun techneques to get interesting animation by playing with the pivot points of layers and nulls objects. . .

了解一些乐趣techneques获得通过枢纽物体积分比赛有趣动画

SQL uses a small integer which contains a zero if the column is not null or -1 if the column contains nulls.

如果包含SQL使用一个包含一个0整数反之包含-1。

If a view column does not allow nulls, an INSERT statement must provide values for the column.

如果视图允许使用INSERT语句必须提供

The CWF fields must be padded with SPACES (not NULLS).

CWF字段必须空格不是NULL)。

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影响比较

When SET ANSI_NULLS is OFF, comparisons of all data against a null value evaluate to TRUE if the data value is NULL.

SETANSI_NULLSOFF如果数据NULL所有数据比较TRUE

NULL By default, domains allow NULLs unless the allow_nulls_by_default option is set to OFF.

NULL缺省情况允许NULL除非allow_nulls_by_default选项设置OFF

UTF-8 files only contain nulls that are really meant to be null.

UTF-8文件确实表示null地方包含null

While a normal index can be used, it wastes a lot of space for nulls you are probably not going to query against.

如果使用普通索引的话即使并不打算进行查询因为null浪费大量空间

For each of the columns, be sure to select the right data type and to uncheck the Allow Nulls options.

每个确保选择正确数据类型取消允许复选