|
@@ -462,7 +462,7 @@ Example: The users wants the NULL-valued cells to be treated like zeros. To
|
|
add maps A and B (where B contains NULLs) to get a map C the user can use a
|
|
add maps A and B (where B contains NULLs) to get a map C the user can use a
|
|
construction like:<p>
|
|
construction like:<p>
|
|
<div class="code"><pre>
|
|
<div class="code"><pre>
|
|
-C=A + if(isnull(B),0,B)
|
|
|
|
|
|
+C = A + if(isnull(B),0,B)
|
|
</pre></div>
|
|
</pre></div>
|
|
<p>
|
|
<p>
|
|
<b>NULL and conditions:</b>
|
|
<b>NULL and conditions:</b>
|