Support Questions

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

Who agreed with this topic

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}

     ...

 

 

 

Who agreed with this topic