Hello guys,
I am trying to do the logic of do nothing within if statement in teradata to match the logic with other application.
I tried CONTINUE AND i got syntax error.
But in TERADATA, Unfortunately I couldn't find such command to do that hence I put PRINT '' which is not elegant.
Just wondering whether you guys know better syntax...
Thank you all,
I am trying to do the logic of do nothing within if statement in teradata to match the logic with other application.
I tried CONTINUE AND i got syntax error.
But in TERADATA, Unfortunately I couldn't find such command to do that hence I put PRINT '' which is not elegant.
Code:
IF CONDITION THEN
PRINT '';
ELSE
LOGIC
ENDIF
Just wondering whether you guys know better syntax...
Thank you all,