Hi, case insensitive is only used for comparisons and not with group by. You can use the field name in the capital letters. Could help the following query ? select name,count(*) from (select name.toUpperCase() from Person) group by name
Alessandro -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
