Hi,
I created X vertex properties are a,b and c
use update query
* Before update query result:*
rid a b c
#11:0 0 5 10
update #11:0 set d_a = c where b > 1
*After update query result:*
rid a b c d_a
#11:0 0 5 10 10
* But we expect this result*
rid a b c d_0
#11:0 0 5 10 10
please help me how to create field name using field value (eg: d_a).
--
---
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.