Skip to content

Commit

Permalink
Update Script002.Tracker.Data.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
pwelter34 committed Sep 10, 2023
1 parent c4d48ef commit 36fdb80
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -100,7 +100,5 @@ ON (t.[UserId] = s.[UserId] and t.[RoleId] = s.[RoleId])
WHEN NOT MATCHED BY TARGET THEN
INSERT ([UserId], [RoleId])
VALUES (s.[UserId], s.[RoleId])
WHEN MATCHED THEN
UPDATE SET
OUTPUT $action as [Action];

0 comments on commit 36fdb80

Please sign in to comment.