BUFFER()
This page is part of MariaDB's SkySQL Documentation.
The parent of this page is: Functions
Topics on this page:
EXAMPLES
SELECT SUBSTRING(ST_AsWKT(BUFFER(Point(5, 5), 1)), 1, 72) AS `Buffer substring`;
+--------------------------------------------------------------------------+
| Buffer substring |
+--------------------------------------------------------------------------+
| POLYGON((5 4,4.950932325672582 4.001204543794827,4.901982859670439 4.004 |
+--------------------------------------------------------------------------+
CHANGE HISTORY
Release Series | History |
---|---|
10.6 Enterprise |
|
10.5 Enterprise |
|
10.4 Enterprise |
|
EXTERNAL REFERENCES
This page shows information specific to MariaDB SkySQL. Information for non-SkySQL use can be found on the BUFFER() page in the MariaDB Enterprise Documentation.