时间:2021-07-01 10:21:17 帮助过:47人阅读
将数据(wkt)直接转换geometry字段类型
DECLARE @bigGeo geometry= geometry::STPointFromText(‘POINT (120.280994531787670 36.193256972700624)‘,4326);
进行空间查询
table1:表一
table2:表二
a.Geom 表一中geometry类型字段
b.location 表二中geometry类型字段
select * from table1 a,table2 b where a.Geom.STContains(b.location)=1
geography 类型相同
---恢复内容结束---
如何使用sqlserver 2012 空间查询(geometry及 geography)
标签:查询 geometry .net 运行时 frame 存储 declare 建筑 stc