There is a table ' country
' with a list of countries
cid | title
and a places
table with a list of excursions in the countries
pid | country | title
where ' places.country
' = ' country.cid
'.
The question is as follows. How to display in one query all the title
from ' country
', which are mentioned in the ' places
' table? I do not want to divide it into several requests.