The OVERLAPS() function is a spatial function in Mariadb that returns 1 or 0 to indicate whether two geometries spatially overlap.
OVERLAPS()
The PolygonFromText() function is a spatial function in Mariadb that creates a Polygon object from a well-known text (WKT) representation.
PolygonFromText()
Polygon
The TRIM() function in MariaDB is used to remove leading and trailing spaces or specified characters from a string.
TRIM()
The ORD() function is a built-in function in Mariadb that returns the numeric ASCII code of the first character of a string value.
ORD()
The POLYGON() function is a spatial function in Mariadb that creates a Polygon object from a list of coordinates.
POLYGON()
The TOUCHES() function in MariaDB is a spatial function used to test whether two geometries touch each other.
TOUCHES()
The OLD_PASSWORD() function is a built-in function in Mariadb that returns the hashed password of a string value using the pre-4.1 hashing algorithm.
OLD_PASSWORD()
The PolyFromWKB() function is a spatial function in Mariadb that creates a Polygon object from a well-known binary (WKB) representation.
PolyFromWKB()
The OCTET_LENGTH() function is a built-in function in Mariadb that returns the number of bytes in a string value.
OCTET_LENGTH()
The PolyFromText() function is a spatial function in Mariadb that creates a Polygon object from a well-known text (WKT) representation.
PolyFromText()
The TO_SECONDS() function in MariaDB is used to convert a time or datetime value into the corresponding number of seconds.
TO_SECONDS()
The JSON_VALUE() function is a useful tool for extracting scalar values from JSON documents in Mariadb.
JSON_VALUE()
The OCT() function is a built-in function in Mariadb that returns the octal representation of a decimal or string value.
OCT()
The TO_DAYS() function in MariaDB is used to convert a date or datetime value into the corresponding day number.
TO_DAYS()
The JSON_VALID() function is a simple but useful function for validating whether a JSON value is well-formed and valid.
JSON_VALID()
The NumPoints() function is a spatial function in Mariadb that returns the number of points in a linestring, or 0 if the argument is not a linestring.
NumPoints()
The TO_CHAR() function in MariaDB is used to convert a date, datetime, time or timestamp value into a string representation.
TO_CHAR()
The JSON_UNQUOTE() function is a simple but useful function for removing the double quotes from a JSON value.
JSON_UNQUOTE()
The NumInteriorRings() function is a spatial function in Mariadb that returns the number of interior rings in a polygon, or 0 if the argument is not a polygon.
NumInteriorRings()
The TO_BASE64() function in MariaDB is used to convert a string or binary value into its Base64 encoded representation.
TO_BASE64()
The JSON_TYPE() function is a simple but useful function for inspecting the type of a JSON value.
JSON_TYPE()
The NumGeometries() function is a spatial function in Mariadb that returns the number of geometries in a geometry collection, or 1 if the argument is not a geometry collection.
NumGeometries()
The TIMESTAMPDIFF() function in MariaDB is used to calculate the difference between two date or datetime expressions.
TIMESTAMPDIFF()
The JSON_TABLE() function is a powerful and versatile tool for extracting data from JSON documents and converting them into tabular format.
JSON_TABLE()
The NULLIF() function is a useful function in Mariadb that returns NULL if two expressions are equal, or the first expression if they are not.
NULLIF()
NULL
The TIMESTAMPADD() function in MariaDB is used to add an interval to a date or datetime expression.
TIMESTAMPADD()
The JSON_SET() function is a JSON function that inserts or updates data in a JSON document and returns the result as a JSON document.
JSON_SET()
The NTILE() function is a window function that divides a result set into a specified number of groups of approximately equal size.
NTILE()
The TIMESTAMP() function in MariaDB is used to convert a date or datetime expression into a DATETIME value.
TIMESTAMP()
DATETIME
The JSON_MERGE() function is a JSON function that merges two or more JSON documents and returns the result as a JSON document.
JSON_MERGE()
The NOW() function is a date and time function that returns the current date and time.
NOW()
The TIMEDIFF() function in MariaDB is used to calculate the difference between two time or date-time expressions.
TIMEDIFF()
The JSON_SCHEMA_VALID() function is a built-in function in Mariadb that allows you to validate a JSON document against a JSON schema.
JSON_SCHEMA_VALID()
The NOT REGEXP operator is a logical operator that tests whether a string value does not match a regular expression.
NOT REGEXP
The TIME() function in MariaDB is used to extract the time portion from a datetime or time expression.
TIME()
The JSON_REPLACE() function is a built-in function in Mariadb that allows you to replace one or more elements in a JSON document at a given path.
JSON_REPLACE()
The NOT-LIKE operator is a logical operator that tests whether a string value does not match a specified pattern.
NOT-LIKE
The TIME_TO_SEC() function in MariaDB is used to convert a time value into the corresponding number of seconds.
TIME_TO_SEC()
The JSON_REMOVE() function is a built-in function in Mariadb that allows you to remove one or more elements from a JSON document at a given path.
JSON_REMOVE()
The NOT IN operator is a logical operator that tests whether a value does not match any value in a list of values.
NOT IN
The TIME_FORMAT() function in MariaDB is used to format a time value according to a specified pattern.
TIME_FORMAT()
The JSON_QUOTE() function is a built-in function in Mariadb that allows you to quote a string as a JSON value.
JSON_QUOTE()
The NOT BETWEEN operator is a logical operator that tests whether a value is outside a specified range.
NOT BETWEEN
The JSON_QUERY() function is a built-in function in Mariadb that allows you to extract a JSON document from another JSON document at a given path.
JSON_QUERY()
The NEXTVAL() function is a sequence function that returns the next value of a sequence.
NEXTVAL()
The JSON_PRETTY() function is a built-in function in Mariadb that allows you to add whitespace and indentation to a JSON document, making it more readable and human-friendly.
JSON_PRETTY()
The NATURAL_SORT_KEY() function is a string function that returns a binary string that can be used to sort strings in a natural order.
NATURAL_SORT_KEY()
The SYSDATE() function in MariaDB is used to retrieve the current date and time from the server’s system clock.
SYSDATE()