Concepts to Know : Tokens and Types : Comparing Token Values : Equality and Ordering of Null
 
Share this page                  
Equality and Ordering of Null
Two null-valued tokens are never considered equal. This is consistent with the SQL interpretation of NULL.
For the purpose of ordering, null-valued tokens are considered less than non-null tokens.