select     (t.shape.STAsText()) as shape,t.id from geotest t order by 1   offset 0 rows fetch next 10 rows only

 

 

INSERT INTO geotest(shape)
VALUES (geometry::STGeomFromText('LINESTRING (100 100, 20 180, 180 180)', 0));

 

相关文章:

  • 2021-12-22
  • 2021-12-26
  • 2021-12-23
  • 2022-12-23
  • 2021-07-27
  • 2022-12-23
  • 2022-12-23
  • 2021-08-29
猜你喜欢
  • 2021-12-11
  • 2021-12-12
  • 2021-04-30
  • 2022-12-23
  • 2022-12-23
  • 2021-10-19
相关资源
相似解决方案