Product SiteDocumentation Site

6.15. Changes to arithmetic operation semantics

The semantics of arithmetic operations is changed as follows. If one of the operands is null, an type error err:XPTY0004 is raised.
Example 6.10. Addition
Query
        null + 1
Result
        Error.