hi
i remind the database table structure.
country
that table contain only two fields
id_country, country_name
users
that table contain the following fields.
id_user, user_name, id_country
amount
that table contain the following fields.
id_amt, id_user, amount
in table amount
one user have multiple records.
so i want to get the result like this
country name amount