On a related note:
The following is not true in the wiki:
https://github.com/orientechnologies/orientdb/wiki/SQL-Query#projections
"By using the wildcard * the fields retrieved will be the same but the RID 
and version will be lost:"

In 1.7-SNAPSHOT:
The following two queries yield the same result:
select @rid,@version from ( select from V )
select @rid,@version from ( select * from V )

-- 

--- 
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 orient-database+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to