Hi, I have read in documentation that we can use something like: select from User where in.@rid = #12:2 for example, but it did not return any result or error for me, I have tried the following: select from User where #12:2 in in.@rid and worked perfectly.
also tried select from User where in.@class = "token" but dod not work and following works: select from User where ""token" in in.@class orientdb 2.0.10, same on 2.1 rc4 Thanks in Advance -- --- 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.
