Skip to main content
My SQL query returns multiple geometries from oracle. I need to use merge all geometries and return result in same feature.

 

 

 So when i use it in SQLExecutor, it creates different features with one geom. How can i merge geometries from all out features and return only one feature?
Hi,

 

 

You can use the aggregator to create multiple aggregates based on a selection of your choice by using the group by  parameter, or a single aggregte by leaving the parameter empty.

 

 

Itay
Thank You. It works !! 🙂

Reply