The ST_PointFromText() function in MariaDB is used to create a point geometry from a Well-Known Text (WKT) representation.
ST_PointFromText()
The ST_OVERLAPS() function in MariaDB is used to determine whether two geometries overlap.
ST_OVERLAPS()
The ST_NUMPOINTS() function in MariaDB is used to retrieve the number of points in a geometry object.
ST_NUMPOINTS()
The ST_NumInteriorRings() function in MariaDB is used to determine the number of interior rings (holes) in a polygon geometry.
ST_NumInteriorRings()
The ST_NUMGEOMETRIES() function in MariaDB is used to retrieve the number of geometries in a geometry collection.
ST_NUMGEOMETRIES()
The ST_LineStringFromWKB() function in MariaDB is used to create a linestring geometry from a well-known binary (WKB) representation of the geometry.
ST_LineStringFromWKB()
The ST_LineStringFromText() function in MariaDB is used to create a linestring geometry from a well-known text (WKT) representation of the geometry.
ST_LineStringFromText()
The ST_LineFromWKB() function in MariaDB is used to create a linestring geometry from a well-known binary (WKB) representation of the geometry.
ST_LineFromWKB()
The ST_LineFromText() function in MariaDB is used to create a linestring geometry from a well-known text (WKT) representation of the geometry.
ST_LineFromText()
The ST_LENGTH() function in MariaDB is used to calculate the length or perimeter of a given geometry.
ST_LENGTH()
The ST_IsSimple() function in MariaDB is used to determine whether a given geometry is simple or not.
ST_IsSimple()
The ST_AsText() function in MariaDB is used to convert a geometry value into its Well-Known Text (WKT) representation, which is a human-readable format for spatial data.
ST_AsText()
This article explores the ST_AsBinary() function in MariaDB, detailing its purpose, syntax, use cases, and practical examples.
This article explores the ST_AREA() function in MariaDB, detailing its purpose, syntax, use cases, and practical examples.
This article explores the SPIDER_FLUSH_TABLE_MON_CACHE() function in MariaDB, detailing its purpose, syntax, use cases, and practical examples.
This article explores the SPIDER_DIRECT_SQL() function in MariaDB, detailing its purpose, syntax, use cases, and practical examples.
This article explores the SPIDER_COPY_TABLES() function in MariaDB, detailing its purpose, syntax, use cases, and practical examples.
This article explores the SPIDER_BG_DIRECT_SQL() function in MariaDB, detailing its purpose, syntax, use cases, and practical examples.
Learn how the MAKE_SET() function works in MySQL, including syntax, usage, and examples.
Learn how the LTRIM() function works in MySQL, including syntax, usage, and examples.
Learn how the LPAD() function works in MySQL, including syntax, usage, and examples.
Learn how the LOWER() function works in MySQL, including syntax, usage, and examples.
Learn how the LOCATE() function works in MySQL, including syntax, usage, and examples.
Learn how the LOAD_FILE() function works in MySQL, including syntax, usage, and examples.
Learn how the LIKE operator works in MySQL, including syntax, usage, and examples.
Learn how the LEFT() function works in MySQL, including syntax, usage, and examples.
Learn how the LCASE() function works in MySQL, including syntax, usage, and examples.
Learn how the INSTR() function works in MySQL, including syntax, usage, and examples.
This article provides an in-depth look at the MySQL FROM_BASE64() function, including its syntax, usage, and practical examples.
This article provides an in-depth look at the MySQL EXPORT_SET() function, including its syntax, usage, and practical examples.
This article provides an in-depth look at the MySQL CHARACTER_LENGTH() function, including its syntax, usage, and practical examples.
This article provides an in-depth look at the MySQL NOT RLIKE operator, including its syntax, usage, and practical examples.
This article provides an in-depth look at the MySQL NOT REGEXP operator, including its syntax, usage, and practical examples.
This article provides an in-depth look at the MySQL NOT LIKE operator, including its syntax, usage, and practical examples.
This article provides an in-depth look at the MySQL GROUP_CONCAT() function, including its syntax, usage, and practical examples.
This article provides an in-depth look at the MySQL ABS() function, including its syntax, usage, and practical examples.
This article explains the causes of MySQL Warning 1287 and provides solutions to fix it when using the BINARY operator.
This article explains the causes of Error 3942 in MySQL and provides solutions to fix it when using the VALUES statement.
This article explains the causes of Error 1250 in MySQL and provides solutions to fix it when using UNION.
This article explains the causes of Error 1222 in MySQL and provides solutions to fix it when using the UNION operator.
This article explains the causes of Error 1136 in MySQL and provides solutions to fix it when using the VALUES statement.
This article explains the causes of Error 1136 in MySQL and provides solutions to fix it when inserting data.
This article explains the causes of Error 1054 in MySQL and provides solutions to fix it when using UNION.
The YEARWEEK() function in MariaDB is a date function that returns the year and week number for a given date.
YEARWEEK()
The YEAR() function in MariaDB is a date function that extracts the year part from a given date.
YEAR()
The WITHIN() function in MariaDB is a spatial function used to determine whether a geometry is within another geometry.
WITHIN()
The WEIGHT_STRING() function in MariaDB is used to return the weight string of a string.
WEIGHT_STRING()
The WEEKOFYEAR() function in MariaDB is used to return the week number for a given date.
WEEKOFYEAR()
The WEEKDAY() function in MariaDB is a date function that returns the index of the day of the week for a given date.
WEEKDAY()
The MariaDB WEEK() function is one such feature that allows users to extract the week number from a date.
WEEK()