A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://mariadb.com/docs/server/reference/sql-statements/geometry-constructors/wkb/st_pointfromwkb below:

ST_PointFromWKB | MariaDB Documentation

ST_PointFromWKB | MariaDB Documentation
  1. Reference
  2. SQL Statements
  3. Geometry Statements
  4. WKB
ST_PointFromWKB
ST_PointFromWKB(wkb[,srid])
PointFromWKB(wkb[,srid])

Constructs a POINT value using its WKB representation and SRID.

ST_PointFromWKB() and PointFromWKB() are synonyms.

SET @g = ST_AsBinary(ST_PointFromText('POINT(0 4)'));

SELECT ST_AsText(ST_PointFromWKB(@g)) AS p;
+------------+
| p          |
+------------+
| POINT(0 4) |
+------------+

This page is licensed: GPLv2, originally from fill_help_tables.sql

Last updated 2 months ago


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4