The error format '##keyword' in a lot of docs. This pr is to repair document format. #4335
1.3 KiB
1.3 KiB
title, language
| title | language |
|---|---|
| `ST_AsText`,`ST_AsWKT` | zh-CN |
ST_AsText,ST_AsWKT
description
Syntax
VARCHAR ST_AsText(GEOMETRY geo)
将一个几何图形转化为WKT(Well Known Text)的表示形式
example
mysql> SELECT ST_AsText(ST_Point(24.7, 56.7));
+---------------------------------+
| st_astext(st_point(24.7, 56.7)) |
+---------------------------------+
| POINT (24.7 56.7) |
+---------------------------------+
keyword
ST_ASTEXT,ST_ASWKT,ST,ASTEXT,ASWKT