doc-exports/docs/dws/tool/dws_07_6825.html
Lu, Huayi 346ac31da9 DWS TG 8.1.3.200 VERSION
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com>
Reviewed-by: Jiang, Beibei <beibei.jiang@t-systems.com>
Co-authored-by: Lu, Huayi <luhuayi@huawei.com>
Co-committed-by: Lu, Huayi <luhuayi@huawei.com>
2023-08-28 09:20:17 +00:00

43 lines
4.3 KiB
HTML

<a name="EN-US_TOPIC_0000001188362508"></a><a name="EN-US_TOPIC_0000001188362508"></a>
<h1 class="topictitle1">Operator</h1>
<div id="body8662426"><div class="section" id="EN-US_TOPIC_0000001188362508__en-us_topic_0238518435_en-us_topic_0237362246_en-us_topic_0213479755_section3617151012712"><h4 class="sectiontitle">**</h4>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="EN-US_TOPIC_0000001188362508__en-us_topic_0238518435_en-us_topic_0237362246_en-us_topic_0213479755_table66184103278" frame="border" border="1" rules="all"><thead align="left"><tr id="EN-US_TOPIC_0000001188362508__en-us_topic_0238518435_en-us_topic_0237362246_en-us_topic_0213479755_row865716109275"><th align="left" class="cellrowborder" valign="top" width="50%" id="mcps1.3.1.2.1.3.1.1"><p id="EN-US_TOPIC_0000001188362508__en-us_topic_0238518435_en-us_topic_0237362246_en-us_topic_0213479755_p169681440152618"><strong id="EN-US_TOPIC_0000001188362508__en-us_topic_0237712605_b1436054175415">Netezza Syntax</strong></p>
</th>
<th align="left" class="cellrowborder" valign="top" width="50%" id="mcps1.3.1.2.1.3.1.2"><p id="EN-US_TOPIC_0000001188362508__en-us_topic_0238518435_en-us_topic_0237362246_en-us_topic_0213479755_p19968340142613"><strong id="EN-US_TOPIC_0000001188362508__en-us_topic_0237712605_b81851635102616">Syntax After Migration</strong></p>
</th>
</tr>
</thead>
<tbody><tr id="EN-US_TOPIC_0000001188362508__en-us_topic_0238518435_en-us_topic_0237362246_en-us_topic_0213479755_row1965719104275"><td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.1.2.1.3.1.1 "><pre class="screen" id="EN-US_TOPIC_0000001188362508__en-us_topic_0238518435_en-us_topic_0237362246_en-us_topic_0213479755_screen965712106272">V_Out := V_Out + v_J * ( v_N ** v_K ) ;</pre>
</td>
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.1.2.1.3.1.2 "><pre class="screen" id="EN-US_TOPIC_0000001188362508__en-us_topic_0238518435_en-us_topic_0237362246_en-us_topic_0213479755_screen12657910122712">V_Out := V_Out + v_J * ( v_N ^ v_K ) ;</pre>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="section" id="EN-US_TOPIC_0000001188362508__en-us_topic_0238518435_en-us_topic_0237362246_en-us_topic_0213479755_section36233103271"><h4 class="sectiontitle">NOTNULL and ISNULL</h4>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="EN-US_TOPIC_0000001188362508__en-us_topic_0238518435_en-us_topic_0237362246_en-us_topic_0213479755_table26236108276" frame="border" border="1" rules="all"><thead align="left"><tr id="EN-US_TOPIC_0000001188362508__en-us_topic_0238518435_en-us_topic_0237362246_en-us_topic_0213479755_row166579102277"><th align="left" class="cellrowborder" valign="top" width="50%" id="mcps1.3.2.2.1.3.1.1"><p id="EN-US_TOPIC_0000001188362508__en-us_topic_0238518435_en-us_topic_0237362246_en-us_topic_0213479755_p159721922182813"><strong id="EN-US_TOPIC_0000001188362508__en-us_topic_0237712605_b4867738105711">Netezza Syntax</strong></p>
</th>
<th align="left" class="cellrowborder" valign="top" width="50%" id="mcps1.3.2.2.1.3.1.2"><p id="EN-US_TOPIC_0000001188362508__en-us_topic_0238518435_en-us_topic_0237362246_en-us_topic_0213479755_p159728226284"><strong id="EN-US_TOPIC_0000001188362508__en-us_topic_0237712605_b1144475817297">Syntax After Migration</strong></p>
</th>
</tr>
</thead>
<tbody><tr id="EN-US_TOPIC_0000001188362508__en-us_topic_0238518435_en-us_topic_0237362246_en-us_topic_0213479755_row46571610192718"><td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.2.2.1.3.1.1 "><pre class="screen" id="EN-US_TOPIC_0000001188362508__en-us_topic_0238518435_en-us_topic_0237362246_en-us_topic_0213479755_screen1665781019273">CASE WHEN ((A1.EXCEPT_OFF_SEQU_NO NOTNULL) AND (A2.LOG_SEQU_NO ISNULL)) THEN 0 ELSE 1 END AS FLG</pre>
</td>
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.2.2.1.3.1.2 "><pre class="screen" id="EN-US_TOPIC_0000001188362508__en-us_topic_0238518435_en-us_topic_0237362246_en-us_topic_0213479755_screen96571106275">CASE WHEN ((A1.EXCEPT_OFF_SEQU_NO NOTNULL) AND (A2.LOG_SEQU_NO ISNULL)) THEN 0 ELSE 1 END AS FLG</pre>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="dws_07_0682.html">Netezza Syntax Migration</a></div>
</div>
</div>