Skip to content

Instantly share code, notes, and snippets.

@BitPuffin
Last active December 30, 2015 17:39
Show Gist options
  • Save BitPuffin/7862061 to your computer and use it in GitHub Desktop.
Save BitPuffin/7862061 to your computer and use it in GitHub Desktop.
sql"""
select exists (select 1 from groups where
user_id = (select users.id from users where username=?) and
group_id = (select group.id from groups where name='admin'))""", id)[0] == "t"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment