Mysql点数据类型& glength 返回 null
以下 glength()
语句始终返回 null。
SET @mref_point1=point(12.937060,77.671280);
SET @mref_point2=point(13.937060,73.271280);
SELECT GLENGTH(LINESTRINGFROMWKB(linestring(ASBINARY(@mref_point1),ASBINARY(@mref_point2))));
有人能指出我正确的方向吗?
The following glength()
statement returns null always.
SET @mref_point1=point(12.937060,77.671280);
SET @mref_point2=point(13.937060,73.271280);
SELECT GLENGTH(LINESTRINGFROMWKB(linestring(ASBINARY(@mref_point1),ASBINARY(@mref_point2))));
Can someone point me in right direction.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我将此作为答案发布,以便可以更轻松地阅读代码:
尝试通过以下步骤缩小问题范围:
如果不返回 null,请继续执行:
如果不返回 null,请继续执行:
I post this as an answer so the code can be read more easily:
Try narrowing down the problem by these steps:
If that does not return null go ahead and do:
If that does not return null go ahead and do: