From 47f35e43f0e56e317227eebb84722ee2131b6aed Mon Sep 17 00:00:00 2001 From: randomJoe211 <69501902+randomJoe211@users.noreply.github.com> Date: Mon, 1 Nov 2021 14:13:14 +0800 Subject: [PATCH] Update 14.geo.md --- docs-2.0/3.ngql-guide/6.functions-and-expressions/14.geo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-2.0/3.ngql-guide/6.functions-and-expressions/14.geo.md b/docs-2.0/3.ngql-guide/6.functions-and-expressions/14.geo.md index 289b278f05..f3934f67f2 100644 --- a/docs-2.0/3.ngql-guide/6.functions-and-expressions/14.geo.md +++ b/docs-2.0/3.ngql-guide/6.functions-and-expressions/14.geo.md @@ -24,7 +24,7 @@ geo函数用于生成地理位置(GEOGRAPHY)数据类型的值或对其执 ## 示例 ```ngql -nebula> RETURN ST_ASText(ST_Point(1,1)) +nebula> RETURN ST_ASText(ST_Point(1,1)); +--------------------------+ | ST_ASText(ST_Point(1,1)) | +--------------------------+