Skip to content

Commit

Permalink
opt syntax desc for order by (#2659)
Browse files Browse the repository at this point in the history
  • Loading branch information
abby-cyber authored Mar 15, 2023
1 parent 8734ac2 commit 351599d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs-2.0/3.ngql-guide/8.clauses-and-options/order-by.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

```ngql
<YIELD clause>
ORDER BY <expression> [ASC | DESC] [, <expression> [ASC | DESC] ...];
| ORDER BY <expression> [ASC | DESC] [, <expression> [ASC | DESC] ...];
```

!!! compatibility
Expand Down

0 comments on commit 351599d

Please sign in to comment.