BUFFER()
This page is part of MariaDB's Documentation.
The parent of this page is: Functions for MariaDB Enterprise Server
Topics on this page:
Overview
See ST_
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 |
+--------------------------------------------------------------------------+