How to Get Projection definition ?
Hi All,
I am new to Vertica and want to know if anything (like EXPORT_TABLES for tables) is there to get exact Projection definion of an existing Projection.
Thanks,
SK
0
Hi All,
I am new to Vertica and want to know if anything (like EXPORT_TABLES for tables) is there to get exact Projection definion of an existing Projection.
Thanks,
SK
Comments
Hi
In vertica you can use the export_object() API to get what you look for . more info in :
http://my.vertica.com/docs/7.1.x/HTML/Content/Authoring/SQLReferenceManual/Functions/VerticaFunctions/EXPORT_OBJECTS.htm
Thanks
Thanks, it worked.