Skip to content

Commit

Permalink
Update 14.geo.md (#1754)
Browse files Browse the repository at this point in the history
  • Loading branch information
randomJoe211 authored May 5, 2022
1 parent 4b10816 commit e7b11de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ nebula> RETURN ST_Distance(ST_GeogFromText("Point(0 0)"),ST_GeogFromText("Point(
+----------------------------------------------------------------------------+
| ST_Distance(ST_GeogFromText("Point(0 0)"),ST_GeogFromText("Point(10 10)")) |
+----------------------------------------------------------------------------+
| 1568523.0187677438 |
| 1.5685230187677438e+06 |
+----------------------------------------------------------------------------+
nebula> RETURN S2_CellIdFromPoint(ST_GeogFromText("Point(1 1)"));
Expand Down

0 comments on commit e7b11de

Please sign in to comment.