Hi,
try this SELECT FROM (
  select x,y,count(*) as conteggio
  from myTable
  group by x,y
) where conteggio > 1

You can see this link http://orientdb.com/docs/2.0/orientdb.wiki/SQL.html

Kind regards,
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.

Reply via email to