Guest User

Untitled

a guest
Aug 5th, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. user permissions
  2. select u.name,r.role from users u
  3. inner join roles r
  4. on u.role_id=r.id
  5. where r.role='princ' and u.username='bleh' and u.password='bleh'
Add Comment
Please, Sign In to add comment