我有這個User頂點和friends邊緣。我知道兩個是朋友的用戶,其中一個想要與另一個不友好。我該如何刪除給定頂點之間的邊緣? 到目前爲止運行都DELETE EDGE FROM :player1 TO :player2 WHERE @class = "friends"和DELETE EDGE FROM :player2 TO :player1 WHERE @class = "friends"(適當
我正在研究將用於生成orientdb查詢的簡單查詢生成器。 Orientjs有可用於生成查詢的statement.js,但我不確定是否可以使用它來生成所有類型的查詢。 例如: select * from Employee where (FirstName like "A%" or FirstName like "B%") and (LastName like "G%" or LastName li
我想在BATCH腳本中獲取鏈接的實體,但它僅返回我的RecordIds。 begin;
let count = select count(*) from Company;
let companies = select from Company ORDER BY name ASC LIMIT 25 FETCHPLAN type:1 portfolios:1;
commit;
return [
我m using OrientJS with nodeJS to perform a query using .query() method. I get results, but I can噸提取IN_和OUT_字段,他們`重新一個「包」類型的。 當我嘗試。所有()方法得到的結果,我得到的數組[0]。 當我在Studio中執行相同的查詢時,我發現in_和out_字段不是空的。