Help Center/
GaussDB(DWS)/
More Documents/
Tool Guide (ME-Abu Dhabi Region) /
DSC: SQL Syntax Migration Tool/
Netezza Syntax Migration/
Operator
Updated on 2022-06-13 GMT+08:00
Operator
**
Netezza Syntax |
Syntax After Migration |
---|---|
V_Out := V_Out + v_J * ( v_N ** v_K ) ; |
V_Out := V_Out + v_J * ( v_N ^ v_K ) ; |
NOTNULL and ISNULL
Netezza Syntax |
Syntax After Migration |
---|---|
CASE WHEN ((A1.EXCEPT_OFF_SEQU_NO NOTNULL) AND (A2.LOG_SEQU_NO ISNULL)) THEN 0 ELSE 1 END AS FLG |
CASE WHEN ((A1.EXCEPT_OFF_SEQU_NO NOTNULL) AND (A2.LOG_SEQU_NO ISNULL)) THEN 0 ELSE 1 END AS FLG |
Parent topic: Netezza Syntax Migration
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
The system is busy. Please try again later.
For any further questions, feel free to contact us through the chatbot.
Chatbot