I read past questions but I couldn’t solve my issue 🙁
This is my case.
>>table paciente
idPaciente | nombres | apellidos | fecNac | direccion | telefono | idenfermedad | idApoderado
>>table enfermedad
idenfermedad | detalle
>>table apoderado
idApoderado | nameA | apeA
I wanted to have this as a result:
idPaciente | nombres | apellidos | fecNac | direccion | telefono | detalle | nameA | apeA
This should work: