CREATE (ww:DatabaseConnection { ConnectionId:'c338df71cdcf85ebadac1aab31e25b3f',ConnectionHost:'localhost',ConnectionPort:'1521',ConnectionSeverName:'TESTUSE',ConnectionUserName:'system',ConnectionPassword:'orcl'})
比如這樣一條陳述句,我執行兩次會產生兩個一樣的節點
uj5u.com熱心網友回復:
沒用過這種資料庫,幫不上忙 不好意思uj5u.com熱心網友回復:
使用merge 關鍵字merge (n:person{id:1}) set n+={id:1,name:'lz',age:18} return n
當person節點屬性 id=1 匹配時 ,更新該節點,若不存在則創建該節點。
轉載請註明出處,本文鏈接:https://www.uj5u.com/shujuku/57101.html
標籤:開發
