Difference between revisions of "ISNULL()"
From Recital Documentation Wiki
		
		
		
Yvonnemilne  (Talk | contribs)  | 
				Yvonnemilne  (Talk | contribs)   | 
				||
| Line 12: | Line 12: | ||
==See Also==  | ==See Also==  | ||
| − | [[EMPTY()]], [[ISALPHA()]], [[ISBLANK()]], [[ISDIGIT()]]  | + | [[EMPTY()]], [[ISALPHA()]], [[ISBLANK()]], [[ISDIGIT()]], [[NVL()]]  | 
| Line 29: | Line 29: | ||
[[Category:Documentation]]  | [[Category:Documentation]]  | ||
[[Category:Functions]]  | [[Category:Functions]]  | ||
| + | [[Category:Expressions and Type Conversion]]  | ||
| + | [[Category:Expressions and Type Conversion Functions]]  | ||
Revision as of 11:46, 9 June 2009
Class
Expressions and Type Conversion
Purpose
Function to test if an expression evaluates to NULL
Syntax
ISNULL(<expr>)
See Also
EMPTY(), ISALPHA(), ISBLANK(), ISDIGIT(), NVL()
Description
The ISNULL() function will return True (.T.) if the specified expression, <expr> is NULL otherwise False (.F.).
Example
select account_no, isnull(last_name) from customer;
Products
Recital Database Server, Recital Mirage Server, Recital Terminal Developer