Hello,
When using the "array_agg" function, as in this example, SELECT Array_agg(x) from (SELECT * FROM GENERATE_SERIES(1, 10)); it returnsARRAY_AGG(X)(ARRAY) (1, 2, 3, 4, 5, 6, 7, 8, 9, 10) The returned object is of type "array" and not "int []" Some functions in H2GIS (we are using), need as input argument an array of geometry. Is there a way to return an array closed to the input data type ? Best regards -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/d/optout.
