Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在mapinfo中有两个表:
Client ( Id, X, Y, storeId) Store (StoreId, StoreName, X, Y)
我需要最接近Store每个客户端(客户端和商店之间的最小距离)并将其存储到Client表中,我不能使用 excel、spss 或除 mapinfo 之外的任何其他东西。
Store
Client
你有什么主意吗?