I am getting error in Post SQL statement.
I am trying to Overwrite a Table and in Post SQL altering the same using If condition.
Using
Execute Immediate $$
Begin
If Condition Meets
Alter Statement
End if
End
$$
code is working in snowflake worksheet but in Alteryx getting Parse error for $$ .
Kindly Suggest