beowulf1416

Untitled

Jun 16th, 2015
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. mysql> select * from sys_user_resource_rca where rca_id = 1095223;
  2. +---------+---------+---------+
  3. | id | user_id | rca_id |
  4. +---------+---------+---------+
  5. | 1095301 | 1104085 | 1095223 |
  6. | 1095309 | 1104137 | 1095223 |
  7. +---------+---------+---------+
  8. 2 rows in set (0.00 sec)
  9.  
  10. mysql> select id, email, is_deleted from sys_user where id in (1104085,1104137);
  11. +---------+-------------------------+------------+
  12. | id | email | is_deleted |
  13. +---------+-------------------------+------------+
  14. | 1104085 | [email protected] | 1 |
  15. | 1104137 | [email protected] | NULL |
  16. +---------+-------------------------+------------+
  17. 2 rows in set (0.00 sec)
Advertisement
Add Comment
Please, Sign In to add comment