导航菜单

isnull是什么意思_翻译中文_怎么读

isnull

网络释义:空;空值;判断输入参数是否为空值

网络释义

1.空 ... IsNotNull 非空 IsNull Leq 小于等于 ...

2.空值 NE 比较:不等于 ISNULL 判断输入参数是否为空值 PI 得到圆周率 ...

4.判断对象是否为空 Tan 正切函数 IsNull 判断对象是否为空 Len 字符串长度 ...

5.空值的查询询名称含有“数据”的课程号、课程名及学分(V)涉及空值的查询isnull)【例】查询没有先修课的课程号和课程名。

6.空值处理函数 Attributes 属性的事例 IsNull 函数 vba apppcation.wait 用 ...

例句释义:,,空值,判断输入参数是否为空值

1.In SRE, you can only use IS NULL and IS NOT NULL conditions in the WHERE clause.但在SRE中,WHERE子句只能使用ISNULL和ISNOTNULL条件。

2.The IS NULL and IS NOT NULL predicates cannot reference LOB columns in a remote table.ISNULL和ISNOTNULL谓词不能引用远程表中的LOB列。

3.ISNULL accepts an expression of any SSIS data type and returns a Boolean (DT_BOOL) result.ISNULL接受任意SSIS数据类型的表达式,并返回一个布尔值(DT_BOOL)结果。

4.For each of these fields, clear the check box in the Show row, and type Is Null in the Criteria row.对于这些字段中的每个字段,请清除“显示”行中的复选框,然后在“条件”行中键入IsNull。

5.The only search condition that returns TRUE is the IS NULL predicate.返回TRUE的唯一搜索条件是ISNULL谓词。

6.Substituting a value for NULLs Use the ISNULL built-in function to substitute a particular value for nulls.用某个值替代NULL使用ISNULL内置函数用某个特定的值替代空值。

7.Null parameters use special syntax; you must specify isnull for a null value.空参数使用特殊语法;您必须为空值指定isnull。

8.You should use IS NULL rather than a comparison operator for compatibipty.为了兼容,应该使用ISNULL而不是比较运算符。

9.If you want NULL to be treated as 0, you must use the ISNULL( expression, 0 ) function (see SQL Functions).如果希望NULL被视作0,则必须使用ISNULL(expression,0)函数(请参见SQL函数)。

10.The example also shows that IS NULL is not affected by the SET ANSI_NULLS setting.该示例还表明,ISNULL不受SETANSI_NULLS设置的影响。