Guest User

Untitled

a guest
Feb 13th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
T-SQL 0.12 KB | None | 0 0
  1. CREATE TABLE SpatialTable
  2.     ( id int IDENTITY (1,1),
  3.     GeomCol1 geometry,
  4.     GeomCol2 AS GeomCol1.STAsText() );
  5. GO
Add Comment
Please, Sign In to add comment