am working on my graduation project and its using Impala , so i want to ask is there anyway so i can use options like ' for , if , while ' ... etc in Cloudera Impala ?
Asked
Active
Viewed 1,218 times
1 Answers
0
@Atef Ibrahim you can use if :
if(boolean condition, type ifTrue, type ifFalseOrNull)
for more info you can read the doc Impala Conditional Functions
Regarding the for/while loop statement you can read Write a While loop in Impala SQL?

eMazarakis
- 122
- 1
- 13