skip to Main Content

Postgresql – How to get the sum of each branch in a Tree structure?

I have the next Tree Structure : This structure is represented in the database with the next Table: --------------------------------Employees------------------------------------------- ------------------------------------------------------------------------------------- | Employee_name | Global_Team | Team | ------------------------------------------------------------------------------------- |name_of_head_of_engineering | - | Engineering | ------------------------------------------------------------------------------------- |name_1_T1 | Engineering | Team_1…

VIEW QUESTION
Back To Top
Search