Advertisement
Guest User

Untitled

a guest
Feb 11th, 2016
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. SELECT *
  2. FROM lista_almas
  3. INNER JOIN alma
  4. ON lista_almas.id_almas = alma.id_alma
  5. INNER JOIN usuario
  6. ON lista_almas.id_usuario = usuario.id_lista_almas
  7. WHERE usuario.id_usuario = id_usuarios
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement