I have a table with a single column of geometry type, containing polygons. How do I get the union of all the polygons in the table?
I have a table with a single column of geometry type, containing polygons. How
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This worked for me:
So, apparently, the STUnion method returns null when either the instance on which it’s being called or the operand is null, hence the
select top 1hack.