4D v14.3

Is field value Null

Home

 
4D v14.3
SQL
Is field value Null

Is field value Null 


 

Is field value Null ( aField ) -> Function result 
Parameter Type   Description
aField  Field in Field to be evaluated
Function result  Boolean in True = field is NULL, False = field is not NULL

The Is field value Null command returns True if the field designated by the aField parameter contains the NULL value, and False otherwise.

The NULL value is used by the SQL kernel of 4D. For more information, refer to the 4D SQL Reference manual.

 
PROPERTIES 

Product: 4D
Theme: SQL
Number: 964

 
HISTORY 

Created: 4D v11 SQL

 
SEE ALSO 

SET FIELD VALUE NULL

 
ARTICLE USAGE

4D Language Reference ( 4D v12.4)
4D Language Reference ( 4D v11 SQL Release 6)
4D Language Reference ( 4D v14 R3)
4D Language Reference ( 4D v14 R2)
4D Language Reference ( 4D v13.5)
4D Language Reference ( 4D v14.3)
4D Language Reference ( 4D v14 R4)