Skip to content

Commit

Permalink
Update 14.geo.md (#1125)
Browse files Browse the repository at this point in the history
  • Loading branch information
randomJoe211 authored Nov 1, 2021
1 parent 15be5f7 commit 9799434
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)) |
+--------------------------+
Expand Down

0 comments on commit 9799434

Please sign in to comment.