Guest User

Untitled

a guest
Dec 13th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. usuarios::select('usuario_ad as usuario', DB::raw('count(*) as conteo'))
  2. ->groupBy('usuario_ad')
  3. ->get()
  4. ->pluck('conteo', 'usuario');
Add Comment
Please, Sign In to add comment