Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. select usuario_ad, nombre
  2. from usuarios
  3. where usuario_ad in (select username from users
  4. where users.refer="adminpal" unio select "adminpal");
  5.  
  6. $result = Usuario::where('refer', 'adminpal')->pluck('usuario_ad', 'nombre')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement