I have the address
table where I give the select:
SELECT street, number, city_id,town
FROM address
WHERE address_id = :address
And in the city
table I have city_id
and I have the link. I need to get this link on my select. How can I do it?