Hey there! I'm hoping some big-brained person might be able to help point me in the right direction...
We have a query that returns multiple records, each record with its own geography data type. What I'd like to do, if possible, is combine all of those returned records/geography types into a single geography column in a single record with which I could
then run some intersection functions on (IE, I have a geographic point, I'd like to then see if that point falls within any of the combined-single-column's geography.
Can anyone suggest how I might go about that - or where I could find out more information to figure it out?
I guess, essentially, I'm looking for a logical "and" of multiple geography results into a single record/column...
Many thanks to whoever can help :)