From 7666e6ee0d4eee5590340eddcc1cb6603884d5c1 Mon Sep 17 00:00:00 2001 From: "abby.huang" <78209557+abby-cyber@users.noreply.github.com> Date: Wed, 15 Mar 2023 16:04:03 +0800 Subject: [PATCH] Update order-by.md --- docs-2.0/3.ngql-guide/8.clauses-and-options/order-by.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-2.0/3.ngql-guide/8.clauses-and-options/order-by.md b/docs-2.0/3.ngql-guide/8.clauses-and-options/order-by.md index be04274060a..4d4eaacc217 100644 --- a/docs-2.0/3.ngql-guide/8.clauses-and-options/order-by.md +++ b/docs-2.0/3.ngql-guide/8.clauses-and-options/order-by.md @@ -15,7 +15,7 @@ There are two order options: ```ngql -ORDER BY [ASC | DESC] [, [ASC | DESC] ...]; +| ORDER BY [ASC | DESC] [, [ASC | DESC] ...]; ``` !!! compatibility