Is there a way to achieve If then computational logic using snowsql commands like we have in Teradata Bteq Commands as below:
    .if 1 >= 0 then select department_id from department;
    .if ACTIVITYCOUNT > 0 then select employee_id from employee
Is there a way to achieve If then computational logic using snowsql commands like we have in Teradata Bteq Commands as below:
    .if 1 >= 0 then select department_id from department;
    .if ACTIVITYCOUNT > 0 then select employee_id from employee
Copyright © 2021 Jogjafile Inc.