Hi, Which version of OrientDB are you using? We recently fixed some parsing issues in square brackets
Thanks Luigi 2017-06-05 13:48 GMT+02:00 Ivan Mainetti <[email protected]>: > HAI, > you can't use < > in square parenthesis conditions. > > > Il giorno lunedì 5 giugno 2017 12:59:37 UTC+2, Pugazharasan Thirumalai ha > scritto: >> >> >> Hai , >> >> select outE('store_has_billing').inV()*[gross_value =100]* as grossValue >> from #48:1635 >> >> If i run the above query it will execute, but if i use < or > for check >> condition its not working. >> >> For example, >> >> select outE('store_has_billing').inV()*[gross_value > 100]* as >> grossValue from #48:1635. >> >> By where condition we can execute the query but i need how to check >> condition between parentheses. >> >> >> Thanks and regards, >> T.Pugazharasan >> > -- > > --- > 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. > -- --- 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.
