Method Query_GetIdsWithAncestorsSql(string)
MSSQL: Get all IDs with their ancestors using recursive CTE.
MSSQL uses WITH (no RECURSIVE keyword).
public string Query_GetIdsWithAncestorsSql(string idsString)
MSSQL: Get all IDs with their ancestors using recursive CTE.
MSSQL uses WITH (no RECURSIVE keyword).
public string Query_GetIdsWithAncestorsSql(string idsString)