4D v19NULLIF | 
            ||||||||||||||
                 
                
  | 
                
			
                    
                         
    4D v19
 
NULLIF 
                                
                                
        
 | 
                |||||||||||||
| 
                     NULLIF (arithmetic_expression, arithmetic_expression)  | 
		||
The NULLIF function returns NULL if the first arithmetic_expression is equal to the second arithmetic_expression. Otherwise, it will return the value of the first arithmetic_expression. The twoexpressions must be comparable.
This example returns NULL if the total of the invoice is 0:
NULLIF(INVOICE_TOTAL,0);
	Produkt: 4D
	Thema: Functions
	
        
        
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	4D -  SQL Reference ( 4D v19)
	
	
Fehler melden