Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Create Parameterized view Impala

avatar
Contributor

Hi,

 

Can I create a parameterized view in impala

 

somethig like the below pseudo code:

 

Create View MyView

     as

     SELECT col1, col2 col3

     FROM table_one

     WHERE startdate = ${date1}

     and enddate         = ${date2}

     ...

 

 

 

1 ACCEPTED SOLUTION

avatar
1 REPLY 1

avatar
No