Primary keys do not allow null values.
主键不允许空值。
Null values, exceptions, and commit intervals.
null值、异常和提交间隔。
The uniqueness is ensured on the NOT NULL values.
确保NOT NULL 值的惟一性。
The procedure can return null or non-null values.
该过程可以返回null或非null值。
There's simply no need to use null values in this way!
事实上根本不需要以这种方式使用null值!
Hence, first object must always have non-null values.
因此,第一个对象必须有非空值。
To enable this feature, change the null values to zero.
要启用该特性,将null值改为0。
If null values are supplied, an error (exception) will occur.
如果提供了null值,将出现一个错误(异常)。
Null - When null values are encountered, print user-provided text.
null-当遇到null值时,打印用户提供的文本。
The preference attributes of PortletPreferences allows NULL values.
PortletPreferences的preference属性允许空值。
Understanding NULL: Don't confuse NULL values with empty strings.
理解NULL:不要把NULL值和空字符串搞混淆了。
You want to enforce uniqueness in a column that allows null values.
希望在允许空值的列中强制唯一性。
Optional XML in relational databases, Part 1: Are null values needed?
关系数据库中的可选xml,第1部分:需要null值吗?
This will prevent passing NULL to columns that do not allow null values.
因为如果有默认值的话,可以避免给非空的column传递空值。
To answer this, you need to know a bit about null values in relational databases.
要回答这个问题,您需要对关系数据库中的null值有一定的了解。
RUNSTATS collects the necessary data to calculate the savings through NULL values.
RUNSTATS收集必要的数据,以计算通过null值节省的空间。
This can lead into additional space savings, if the table contains many NULL values.
如果表中包含很多null值,这样可以节省更多的空间。
NULL values in a column can be replaced by user-defined text using the NULL text option.
可以使用NULLTEXT选项将一个列中的null值替换为用户定义的文本。
This may be in the form of null values or other blank value conditions (for example, spaces).
这可能以null值或其他空白值(例如空格)的形式出现。
LotusScript native data types, such as String, Integer, or Boolean, do not allow null values.
LotusScript原生数据类型(如string、Integer或Boolean)不允许使用null值。
Empty arrays should not be confused with NULL arrays or with arrays containing just NULL values.
不应将空阵列与NULL阵列或与只包含null值的阵列混为一谈。
Note: the new column either must allow null values or must be specified with a default value.
注意:新列必须允许包含空值或者必须指定默认值。
Conventions for addressing null values are also important, as is what to do when we receive bad data.
处理空值的约定也很重要,当我们收到坏数据时就这样做。
Even when XML includes optional elements, it's still possible to avoid the need for null values.
即使XML包含了可选因素,仍然可以避免使用null值。
The MAX function returns the highest value in a column. NULL values are not included in the calculation.
使用MAX函数可以将一列中的最大值返回出来。NULL值不包括在内。
NULL values of compatible data types are treated identically; those of non-compatible data types may not be.
对兼容数据类型的NULL值的处理是完全相同的;对不兼容数据类型的 NULL 值的处理可能不相同。
The information about occurrences of NULL values is stored in the NUMNULLS column of the system catalog view SYSCAT.COLUMNS.
关于null值出现次数的信息存储在系统编目视图syscat .COLUMNS中的NUMNULLS列中。
For each document in the database that has name and amount fields with non-null values, a result row is created in the view.
对于数据库中包含具有非空值的名称和金额字段的每个文档来说,将在视图中创建一个结果行。
When a unique index is created on a column in Oracle 10g, it ensures that the NOT NULL values entered in that column are unique.
当在Oracle10g中的列上创建UNIQUE索引时,会确保此列中输入的NOT null值是惟一的。
The constructor function has no parameters and returns an instance of the type with all of its attributes set to null values.
构造函数没有参数,并且返回的类型实例中的所有属性都为空。
应用推荐