Guest User

Untitled

a guest
Dec 13th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. SELECT
  2. u.USER_ID
  3. , a.REPORT_ID
  4. FROM bos_report_users u
  5. INNER JOIN bos_report_access a ON u.user_id = a.user_id
Add Comment
Please, Sign In to add comment