Skip to content
Advertisement

MySQL: gets the id instead of the value

I have two tables in my database. Men table:

Women table:

When I do a inner join, I get:

instead of:

It gets the id, instead of the partner name. Anyone know what is wrong with my query?

Advertisement

Answer

User contributions licensed under: CC BY-SA
1 People found this is helpful
Advertisement