Get projection create statement only if table has same name.
Hi, I created a table and it created a projection with same name.
I need create statement for projections only.
If I do "select export_object('','schm.tab',true)", I get the DDL for table for table and projections.
Is there a way to let vertica know that I want DDL for projection named schm.tab not the table named schm.tab ?
0
Comments
You can use a semi-dinamic query .
- you can even create a custom User procedure to extract the proj definition based on this logic.
hope this helped