人大金仓读取ST_Length(\"shape\") 返回
SqlSugar
沟通中
1
151
悬赏:0 飞吻
Server=192.168.6.120;Port=54321;UId=kingbase;Password=123456;Database=gisdb;searchpath=sde
SELECT sum(ST_Length(\"shape\")) llength,t.\"street\" FROM jsline \"t\" GROUP BY t.\"street\"
42883: 函数 st_length(public.geometry) 不存在