Options
Compatibility Functions
What functions in this package are you using? Share your experiences, thoughts and opinions about the Compatibility Functions application.
0
Comments
Can you be more detailed - what exactly not working? May be you don't need it?
FYI:
Sorry, I mean function connect_by_path in Vertica 7.1
Did you recompiled (mandatory) the library?
VDB=> select version();
version
------------------------------------
Vertica Analytic Database v7.1.0-0
(1 row)
VDB=> select connect_by_path(supervisor_id, id, name, ' >> ') over () from company;
identifier | depth | path
------------+-------+---------------------------
1 | 1 | Patrick
2 | 2 | Patrick >> Jim
3 | 2 | Patrick >> Sandy
4 | 3 | Patrick >> Sandy >> Brian
(4 rows)
http://my.vertica.com/docs/7.1.x/HTML/index.htm#Authoring/ProgrammersGuide/UserDefinedFunctions/Upda...