Files
wecom_it_smart_desk/scripts/debug/query_neo4j.cypher
T
2026-08-11 14:17:39 +08:00

5 lines
88 B
Plaintext

MATCH (n:Document)
WHERE n.content CONTAINS "余额"
RETURN n.title, n.content
LIMIT 5;