mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-11-03 00:14:12 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			258 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			258 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
{
 | 
						|
  "name": "NULL",
 | 
						|
  "type": "value",
 | 
						|
  "description": "Equates to a null value.",
 | 
						|
  "examples": [
 | 
						|
       { "expression":"NULL", "returns":"a null value" }
 | 
						|
  ],
 | 
						|
  "notes": "To test for NULL use an <pre>IS NULL</pre> or <pre>IS NOT NULL</pre> expression."
 | 
						|
}
 |