Hi,
I am a beginner for Teradata. I am trying to convert following SAS code in sql.
DO i=1 to 20 BY 1
IF (x>i/y) THEN DO
Z
It seems there are no loops available in sql. Any help would be appreciated.
Thanks.
Forums:
Hi,
I am a beginner for Teradata. I am trying to convert following SAS code in sql.
DO i=1 to 20 BY 1
IF (x>i/y) THEN DO
Z
It seems there are no loops available in sql. Any help would be appreciated.
Thanks.