问题描述
我有以下查询:
SELECT "coordinate" FROM "chunk" WHERE "coordinate"=ST_SetSRID(ST_MakePoint(1,1),4326)
在这里,我想从一个坐标为(1,1)的块中选择所有行,但是出现以下错误:
SQL Error [42883]: ERROR: operator does not exist: point = geometry
Hint: No operator matches the given name and argument types. You might need to add explicit type casts.
Position: 52
我很高兴看到任何可以帮助我解决此问题的方法。预先谢谢你。
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)