I've one problem regarding manage information from two different Postgres servers.
- In the one server I've one table
acontainingid bigserialandphone varchar(200) - On the other server I've table
bthat containsid bigserialandtell varchar(200)
Is there a way that I can compare witch rows from table a are present in the rows of table b, comparing by phone = tell?