-
Notifications
You must be signed in to change notification settings - Fork 209
Open
Description
MATCH (n:account)-[r1:pay]->(m:cp_account)<-[r2:receive]-(o:account)
WHERE r2.txn_time > r1.txn_time
AND r2.txn_time <= r1.txn_time + duration({seconds: 1800})
AND r1.txn_time > datetime('2024-03-02 00:01:44')
RETURN count(*) AS fast_flow_count
这个duration({seconds: 1800})似乎是不支持的,这块没有搜到很明确的资料
Metadata
Metadata
Assignees
Labels
No labels