这个是查询语句
FIND NOLOOP PATH WITH PROP
FROM ‘41271819930412130X’
TO ‘QQ_2030832920’
OVER person_account, account_friend
BIDIRECT
WHERE account_friend.event_num>0
UPTO 4 STEPS
YIELD path AS p| LIMIT 100
(root@nebula) [General]> find all path with prop from "x" to "y" OVER Invest,Employ BIDIRECT WHERE (Invest.stockpercent is empty or Invest.stockpercent >= 0.01) upto 3 steps YIELD path AS p
+---+
| p |
+---+
+---+
Empty set (time spent 36.22ms/48.786284ms)
Mon, 08 Sep 2025 14:26:57 CST