私は次のテーブルを持っています
1. user table containing
userid lastlatitude lastlongitude lastlocation
---------------------------------------------------
1 38.555605 -121.468926 California
2 30.4518 -84.27277 Florida
2. locations table containing
location_id latitude longitude location_name
----------------------------------------------------
1 38.7547 -140.7878892622 abc
2. 40.7547 -111.895672622 New asdsd
3 41.xxx xxxxxxxx xxxxxx
次の出力を取得する必要があります。ユーザーを緯度と経度で渡す場合、ロケーションテーブルに保存されている最も近い20のロケーションを取得する必要があります。