syntax error in manual doc #5504
Labels
affects/none
PR/issue: this bug affects none version.
process/fixed
Process of bug
severity/none
Severity of bug
type/bug
Type: something is unexpected
doc url: https://docs.nebula-graph.com.cn/3.4.0/3.ngql-guide/3.data-types/6.list/
search: nebula> MATCH p = (n:player{name:"Tim Duncan"})-[:follow]->(m)
this case will return:
should rewrite to: MATCH p = (n:player{name:"Tim Duncan"})-[:follow]->(m) RETURN [n IN nodes(p) | n.player.age + 100] AS r;
The text was updated successfully, but these errors were encountered: