Hi. I have next embedded list property named 'msg' inside Chat(#13:0) vertex.
I need to select from list those maps, that meet the condition, e.x. where
Id is more than 1.
[{
"Id": 0,
"M": "test"
},
{
"Id": 1,
"M": "test1"
},
{
"Id": 2,
"M": "test2"
}]
So, i tried something like:
select msg from #13:0 where msg["Id"] > 1
select msg from #13:0 where msg.Id > 0
select from( select msg from #13:0) where msg.Id = 0
and so on. I found no way to select certain items from embedded list but
by indexes.
Is it possible at all?
Thank you!
--
---
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.