Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created August 7, 2019 17:17
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/a248348d0fb39c35a0a732d74bfd535b to your computer and use it in GitHub Desktop.
Save parzibyte/a248348d0fb39c35a0a732d74bfd535b to your computer and use it in GitHub Desktop.
select mascotas.id as idMascota, mascotas.nombre, mascotas.edad,
consultasMascotas.id as idConsultasMascotas
from mascotas inner join consultasMascotas;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment