Here is the dilemma, without any introduction:
orientdb {db=gems}> select name,email from User where type<>'person' limit
10
----+------+------------------------------------------
# |@CLASS|name
----+------+------------------------------------------
0 |null |PerfectLine
1 |null |Sappho OSS
2 |null |The 88
3 |null |null
4 |null |simplabs
5 |null |Everyday Hero
6 |null |Sorenson Media
7 |null |3scale
8 |null |null
9 |null |Rubymotion community
----+------+------------------------------------------
LIMIT EXCEEDED: resultset contains more items not displayed (limit=20)
20 item(s) found. Query executed in 0.681 sec(s).
orientdb {db=gems}> select distinct(type) from User
----+------+--------
# |@CLASS|distinct
----+------+--------
0 |null |person
----+------+--------
1 item(s) found. Query executed in 0.005 sec(s).
How is this possible?
--
---
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.