Hi Jaya, You can manage that with OType.LINKLIST property type
To append another id to a list with SQL, you can use UPDATE ... ADD ... syntax Best regards, Artem Orobets * Orient Technologiesthe Company behind OrientDB* 2014-06-10 10:37 GMT+03:00 jaya raj <[email protected]>: > hi, > > i have one property X to different type of clusters in an array for example > > X -> [#11:0,#12:0,#19:0,#11:1] > > i have append new cluster id [#11:3] in X property > > after append cluster id X property look like this > > X -> [#11:0,#12:0,#19:0,#11:1,#11:3] > > > how can i do it pls help me... > > > > -- > > --- > 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.
