TuGraph-family / tugraph-db

TuGraph is a high performance graph database.
https://tugraph.org
Apache License 2.0
1.38k stars 184 forks source link

cypher查询order by问题 #553

Closed jameFly closed 2 months ago

jameFly commented 3 months ago

order by后跟的label属性必须要在return中存在,否则报错属性不存在,感觉不太合理 执行成功:MATCH (n:person) RETURN n.age ORDER BY n.age 报错:MATCH (n:person) RETURN nORDER BY n.name

zhangwh807 commented 3 months ago

可以先类似这样使用 MATCH (n:person) RETURN n,n.name ORDER BY n.name

github-actions[bot] commented 3 months ago

Hello @jameFly. Please provide more info for debugging. Issues labeled by more info needed will be closed if no activities in 7 days.

你好 @jameFly, 我们需要你提供更多信息以便于排查问题。7 天内未跟进此 issue 将会被自动关闭。