User bio
404 bio not found
Member since Feb 19, 2016
Posts:
Replies:
Yes, for now is the best option :(
Ok, Kyle, thanks very much for your help :)
Hi Kyle. So...
I have a hierarchy, a tree. Each node is a row.
To simplify, imagine only 2 fields:
NodeId | ParentId
3 | 2
2 | 1
1 | 0
So, each node knows your father. But I need answer things like:
All nodes that are descendants from node x
OK, I can make a object script method or I can use severals "self inner Join", but I would like to use a more elegant way
Certifications & Credly badges:
ANDERSON has no Certifications & Credly badges yet.
Global Masters badges:
Followers:
ANDERSON has no followers yet.
Following:
ANDERSON has not followed anybody yet.
Hi timothy
I was looking to do RegEx matching in a query
I wanted to know if there was already a built in function for this.
But thank you very much for your answer : )