STUnion 方法
例:
DECLARE @D geometry
select @D=geomCol from table1 WHERE id=1
select geomCol .STUnion(@D) from table1 WHERE id=2