Skip to content

Instantly share code, notes, and snippets.

@SevereOverfl0w
Last active August 29, 2015 20:37
Show Gist options
  • Save SevereOverfl0w/da8298aaa20cd1855c20 to your computer and use it in GitHub Desktop.
Save SevereOverfl0w/da8298aaa20cd1855c20 to your computer and use it in GitHub Desktop.
(def base (-> (select :*)
(from :permission)
(join :user [:= :permission.user_id :user.id]
:server [:= :permission.server_id :server.id])))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment