提交 a23e2df1 编写于 作者: 张志晨

fix bug

上级 2f524527
......@@ -52,7 +52,7 @@ WHERE p.ProductName = 'Chocolade';
## 答案
```bash
```cypher
MATCH (p:Product {productName:"Chocolade"})<-[:PRODUCT]-(:Order)<-[:PURCHASED]-(c:Customer)
RETURN distinct c.companyName;
```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册