gpt4 book ai didi

Mysql 5.7 st_distance_sphere 每次返回null

转载 作者:行者123 更新时间:2023-11-30 22:30:40 25 4
gpt4 key购买 nike

这是我的代码:

SELECT st_distance_sphere( POINT(8,51) ,  point(@lon, @lat)) as distance FROM places;

如果我执行它,所有行都返回空值。

也许@lon @lat 不起作用?我不知道……

如果我将 @lon @lat 替换为例如 9 和 51,它会返回 '69976.54452205829' 米...

最佳答案

所以对于所有人:在我的表中有两个经纬度字段。

正确的代码是:SELECT st_distance_sphere( POINT(8,51) , point(lon, lat)) as distance FROM places;

关于Mysql 5.7 st_distance_sphere 每次返回null,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33969824/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com