Skip to content

Instantly share code, notes, and snippets.

@vcsjones
Forked from anonymous/xor.sql
Created May 20, 2013 20:20
Show Gist options
  • Save vcsjones/5615181 to your computer and use it in GitHub Desktop.
Save vcsjones/5615181 to your computer and use it in GitHub Desktop.
SELECT
up.UserId
,XOR(up.Flags)
FROM
UserPermissions up
GROUP BY
up.UserId
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment