Sergi, Is there any technical reason that prevents us supporting GROUP_CONCAT?
— Denis > On Feb 21, 2017, at 2:46 AM, zaid <[email protected]> wrote: > > > Yes, everything that is supported in H2 available in Ignite. > > GROUP_CONCAT is not working for me: > > Please find below code snippet from ignite-indexing module: > > class file: > > GridSqlAggregateFunction > > line no: 84 > > switch (type) { > case GROUP_CONCAT: > throw new UnsupportedOperationException(); > Regards. > > > > -- > View this message in context: > http://apache-ignite-users.70518.x6.nabble.com/List-of-supported-SQL-functions-same-as-H2-tp10722p10756.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com.
