将点从 SQL Server Multipoint 数据类型加载到表中
我正在考虑使用新的几何数据类型来表示数据库中的向量的想法。 多点几何数据类型对此很有效,但我的问题是,有没有一种方法可以用多点中的 x,y 值填充两列表,其中每个点都是表中的一行,并且 X 和Y 点值分别放在第 1 列和第 2 列中?
I'm kicking around the idea of using the new geometry datatype to represent a vector in the database. The multipoint geometry data type would work well for this, but my question is, is there a way to populate a two column table with the x,y values in a multipoint, where each point is a row in the table, and the X and Y point values go in column1 and column2 respectively?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我假设您已阅读几何数据类型入门。
http://msdn.microsoft.com/en-us/library/bb895270。 aspx
除此之外,我无法提供更多帮助。
I'm assuming you have read the Getting Started with the geometry Data Type.
http://msdn.microsoft.com/en-us/library/bb895270.aspx
Beyond that, I can't help with more.
弄清楚了:
Figured it out: