How do I translate this Cypher query to OrientDB SQL

后端 未结 0 1768
难免孤独
难免孤独 2021-01-30 10:52

Having the following cypher query:

 MERGE (r:Root)
 MERGE (r)<-[:N]-(n1:T {id: \'a\'})
 SET n1.description = \'d1\'
 WITH r,n1
 MERGE (n1)<-[:N]-(n2:T {id:          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题