0

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 ?

1 Answers1

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