Method Query_GetParentIdsFromDescendantsSql(string, int)
PostgreSQL: WITH RECURSIVE for traversing ancestors.
public string Query_GetParentIdsFromDescendantsSql(string idsString, int depthLimit)
PostgreSQL: WITH RECURSIVE for traversing ancestors.
public string Query_GetParentIdsFromDescendantsSql(string idsString, int depthLimit)