What is the syntax for writing a while loop in Impala? Is it even possible to write a loop? I cant seem to declare variables and it doesn\'t recognize \"while\" as a keyword.
Impala doesn't support WHILE loops in it's syntax.
WHILE
References:
Impala Reserved Words