POINT¶
The POINT function creates a point value using the provided x and y coordinates. A point value represents a two-dimensional geometric point with a pair of floating-point numbers, often used for storing spatial data.
Syntax¶
Examples¶
Create a table with a POINT data type column:
Insert a record with a point value:
Select the point_field column:
Update the point_field column:
Select the updated point_field column:
Delete the record with the specified point value:
Casting a string to a POINT: