sql 按地理位置搜索过滤器。
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sql 按地理位置搜索过滤器。相关的知识,希望对你有一定的参考价值。
Error Number: 1054
Unknown column 'aafdas' in 'field list'
SELECT v.vendorTitle, b.vendorBranchName,b.vendorLongitude,b.vendorLatitude,b.vendorWebsite,b.vendorBrief,b.vendorLogoURL,b.vendorTelephone1,b.vendorHoursOfOpration, round(( 6371 * acos( cos( radians( aafdas ) ) * cos( radians( b.vendorLatitude ) ) * cos( radians( b.vendorLongitude ) - radians(19.14513599999998 ) ) + sin( radians( aafdas ) ) * sin( radians( b.vendorLatitude ) ) ) )) AS distance FROM vendor as v JOIN vendor_branch as b ON v.vendorID=b.vendorBranchOf HAVING distance <= 50 ORDER BY distance
Filename: models/Location_model.php
以上是关于sql 按地理位置搜索过滤器。的主要内容,如果未能解决你的问题,请参考以下文章
SQL 过滤器查询
django中的过滤顺序
SQL Geography Fast Nearest-neighbor,按距离排序
magento 按位置排序过滤器选项
GraphQL / Strapi - 无法按字符串字段过滤
在 Magento 中动态计算属性