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
SELECTCOUNT(*)
FROM Approvals a, Repositories r, Pull_Requests pr
WHEREa.r_id=r.idANDa.pr_id=pr.idSELECT UNIQUE f.Name
CASE WHEN @user=f.Primary THEN u.Name
ELSE f.Primary
END
FROM Files f, Users u
WHERE f.