Conside this simple SQL Select command

select from CLA where price>5
and the server responds with the following error
com.orientechnologies.orient.core.sql.OCommandSQLParsingException: Error on 
parsing command at position #27: Invalid keyword '5'

If you change the command to 
select from CLA where price > 5
parsing appears to work fine.

I think this is rather confusing for the newcomer, i.e. the requirement to 
add spaces before and after the '>' operator


-- 

--- 
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.

Reply via email to