- I have a PLACES table with an address (string) field
- I have a GPS table with an address (string) field and a Link to PLACE
How can I set the PLACE fileld according to the address ?
I can do it in NodeJS
- Caching all the PLACES
- Then finding the matching address
But would be better to use a kind of “reverse rollup”