[orientdb] Re: Orient SQL - Filter result set using WHERE ?

2015-12-08 Thread Sung Eun Choi
Hi, What I would do is SELECT * FROM (SELECT EXPAND(both("FriendOf")) FROM #12:1) WHERE age >= 10 Hope this was what you have been looking for. On Monday, December 7, 2015 at 11:23:59 AM UTC-6, nightrise wrote: > > Hey all, > > I've got a bit of a semantic question about Orient SQL queries.

[orientdb] Re: Traversal with Edge Properties

2015-10-05 Thread Sung Eun Choi
Thank you for the help! Sung -- --- 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://gro

[orientdb] Traversal with Edge Properties

2015-10-04 Thread Sung Eun Choi
Suppose we have a graph arranged like this: permissions { permissions { r: true, r: true, +-+ w: true +-+ w: false +-+ | | } | | } | | | A +-> B +---> C | | | | | | | +-+ +-+ +-+ Note: We can consider a graph with multiple vertices that are co