Hi,
I am a new user of OrientDB (community edition v1.7.10).
I was trying some of the example queries that I found at the OrientDB 
website for the "GratefulDeadConcerts" db in order to get familiarized with 
the OrientDB queries.
One of the examples that I found was the following one: "select expand( 
out()[name='MONA'][type='song'] ) from V".
According to the example, this query was supposed to return 1 row as a 
result. Instead, it returned the fields of that row in name-value pairs as 
different rows (i.e. 8 rows in total).

@version    value
0           {"name":"MONA"}
0           {"type":"song"}
0           {"in_followed_by":[2]}
0           {"song_type":"cover"}
0           {"performances":1}
0           {"out_followed_by":[2]}
0           {"out_sung_by":"#9:50"}
0           {"out_written_by":"#9:7"}

Am I doing something wrong?

Thanks

-- 

--- 
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