Hi, version : orientdb-graphed- 1.3 I have a complex query where I want to do something like this
select in.out.nameOfFamilyMember.subString(1,in.out.nameOfFamilyMember.length().asInteger()) as Name Error: Error on parsing script at position #0: Error on execution of the script Script: viCurrentStatusByLocation ------^ sun.org.mozilla.javascript.internal.WrappedException: Wrapped com.orientechnologies.orient.core.exception.OCommandExecutionException: Error on execution of command: OSQLQuery [text=select in.out.nameOfFamilyMember.subString(1,in.out.nameOfFamilyMember.length().asInteger()) as Name Basically I am trying to get rid of the braces in [Lakshmi]. So the output which I want is Lakshmi Thanks, CG -- --- 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/groups/opt_out.
