ホームページ >バックエンド開発 >PHPチュートリアル >PHP の複雑なクエリに並べ替えを追加する方法。
$latitude = $_GET['y'];
$longitude = $_GET['x'];
$ distance = 500;
$sql = "select * from " . ['ecs']->table('weixin_map') . " where sqrt( ( ( (".$longitude."-Longitude)*PI()*12656*cos(((".$latitude."+緯度 )/2)*PI()/180)/180) * ((".$longitude."-経度)*PI()*12656*cos (((".$latitude."+緯度)/2) * PI()/180)/180) ) + ( (((".$latitude."-緯度)*PI()*12656/180) * ((".$latitude."-緯度)*PI() *12656 /180) ) ) )/2 < ".$ distance;
500キロ前のビジネス情報を探していたところ、見つかったのですが、近いものから遠いものまで並べることができませんでした。
具体的な方法を確認してください。
方法配列を渡し、すべての情報の距離を計算し、並べ替えます。
私のアイデアは、新しい配列を作成し、各データを 1 回計算し、距離を計算し、このデータで並べ替えることです。
それを書き出すのを手伝ってくれる時間のある人はいません。 。 。
select *, sqrt( ( ((".$longitude."-Longitude)*PI()*12656*cos(((".$latitude."+Latitude)/2)*PI( ) /180)/180) * ((".$longitude."-経度)*PI()*12656*cos (((".$latitude."+緯度)/2)*PI()/180)/ 180 ) ) + ( ((".$latitude."-緯度)*PI()*12656/180) * (((".$latitude."-緯度)*PI()*12656/180) ) )/ 2 as dis
from table order by dis <= 500
select *, sqrt( (((".$longitude."-Longitude)*PI() *12656 *cos(((".$緯度."+緯度)/2)*PI()/180)/180) * ((".$経度."-経度)*PI()*12656*cos ( (( ".$latitude."+緯度)/2)*PI()/180)/180) ) + ( ((".$latitude."-緯度)*PI()*12656/180) * (( ". $latitude."-Latitude)*PI()*12656/180) ) )/2 as dis
テーブル順序からの dis
エラーが発生しました。プロンプトにエラー番号があります
select *, sqrt( ( ( (".$longitude."-Longitude)*PI()*12656*cos(((".$latitude ."+緯度 )/2)*PI()/180)/180) * ((".$longitude."-経度)*PI()*12656*cos (((".$latitude."+緯度) /2)* PI()/180)/180) ) + ( (((".$latitude."-緯度)*PI()*12656/180) * ((".$latitude."-緯度)* PI()*12656 /180) ) )/2 テーブル順序から dis
この方法で並べ替えることができますが、実際はその逆です。 。
select *, sqrt( ( ((".$longitude."-Longitude)*PI()*12656*cos(((".$latitude."+Latitude)/2)*PI( ) /180)/180) * ((".$longitude."-経度)*PI()*12656*cos (((".$latitude."+緯度)/2)*PI()/180)/ 180 ) ) + ( (((".$latitude."-緯度)*PI()*12656/180) * (((".$latitude."-緯度)*PI()*12656/180) ) ) /2 as dis
from " . $GLOBALS['ecs']->table('weixin_map') . " group by dis desc getting dis <".$ distance;