Files
wecom_it_smart_desk/scripts/debug/query_neo4j.cypher
T

5 lines
88 B
Plaintext
Raw Normal View History

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