Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created January 20, 2021 20:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/762b8fc54d9532c021c73a776da19d49 to your computer and use it in GitHub Desktop.
Save parzibyte/762b8fc54d9532c021c73a776da19d49 to your computer and use it in GitHub Desktop.
SELECT usuarios.id, usuarios.correo,
(SELECT COUNT(*) FROM intentos_usuarios WHERE id_usuario = usuarios.id)intentos_fallidos
FROM usuarios
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment