Skip to content

Commit

Permalink
add orderby for neo4j exec (#2071)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicole00 authored Aug 16, 2022
1 parent b93deb2 commit db7f00a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ Exchange 读取 Neo4j 数据时需要完成以下工作:
password:neo4j
# bolt 3 does not support `select database`, please do not config database
# database:neo4j
exec: "match (n:team) return n.id as id,n.name as name"
exec: "match (n:team) return n.id as id,n.name as name order by id(n)"
fields: [name]
nebula.fields: [name]
vertex: {
Expand Down

0 comments on commit db7f00a

Please sign in to comment.