Changes

Jump to navigation Jump to search
42 bytes removed ,  20:45, 4 January 2018
no edit summary
Line 1: Line 1: −
<div style="font-size:30px">'''IFNULL (Value,Default) '''</div><br/>
+
=IFNULL (Value,Default) =
 +
Where
 +
*<math>Value</math> and <math>Default</math>  
   −
*<math>Value</math> and <math>Default</math>
+
IFNULL() used to returned the given values according to the Null values.
    
==Description==
 
==Description==
*This function used to returned the given values according to the Null values.
+
 
 
*In <math>IFNULL (Value,Default)</math>,<math>Value</math> and <math>Default</math> are any two values.This function takes two arguments.  
 
*In <math>IFNULL (Value,Default)</math>,<math>Value</math> and <math>Default</math> are any two values.This function takes two arguments.  
 
*If the first argument is not NULL, the function returns the first argument. Otherwise, the second argument is returned.  
 
*If the first argument is not NULL, the function returns the first argument. Otherwise, the second argument is returned.  
writer
6,694

edits

Navigation menu