memgraph/tests/data/queries/cypher/complex/fraudulent_transactions_query2.cypher

2 lines
201 B
Plaintext

# MATCH (victim:Person)-[r:HAS_BOUGHT_AT]->(merchant) WHERE r.status = "Disputed" RETURN victim.name AS `Customer Name`, merchant.name AS `Store Name`, r.amount AS Amount, r.time AS `Transaction Time`