You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SELECTb.businessunitid,
child.guidFROM businessunit AS b CROSS APPLY (SELECTt.teamidAS guid
FROM team AS t
WHEREt.businessunitid=b.businessunitidUNION ALLSELECTs.systemuseridAS guid
FROM systemuser AS s
WHEREs.businessunitid=b.businessunitid) AS child;
When I run this SQL I get the following error:
An item with the same key has already been added
Thanks in advance for your support.
The text was updated successfully, but these errors were encountered:
When I run this SQL I get the following error:
Thanks in advance for your support.
The text was updated successfully, but these errors were encountered: