I have 2 tables person
and country
. Table person
has 3 columns id_person
, name_person
and id_country
. country
has 2 columns id_country
and name_country
.
I want to show "name_person" and "name_country", just the name of column, not record. How can I get this ?