4D v19is_null_predicate | 
            ||||||||||||||
                 
                
  | 
                
			
                    
                         
    4D v19
 
is_null_predicate 
                                
                                
        
 | 
                |||||||||||||
| 
                     | 
		||
An is_null_predicate is used to find an arithmetic_expression with a NULL value. You can also pass the NOT keyword to find those without NULL values.
This example selects products whose weight is less than 15 or whose Color column contains a NULL value:
SELECT Name, Weight, Color
FROM PRODUCTS
WHERE Weight < 15.00 OR Color IS NULL
	Produkt: 4D
	Thema: Syntax rules
	
        
        
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	4D -  SQL Reference ( 4D v19)
	
	
Fehler melden