Modular quering
Hi everybody,
I want to make my queries more modular. I have a query with parameters that I want to use in other queries. Moreover I want to let people work on the first query (change the calculations inside and keep the "interface") while I'm working on the derived ones.
So I need something like view with parameters. In sql server it could be implemented as table-valued function or stored procedure.
Is there any way to do it in Vertica?
I want to make my queries more modular. I have a query with parameters that I want to use in other queries. Moreover I want to let people work on the first query (change the calculations inside and keep the "interface") while I'm working on the derived ones.
So I need something like view with parameters. In sql server it could be implemented as table-valued function or stored procedure.
Is there any way to do it in Vertica?
0
Comments