The UPPER() function in MariaDB is used to convert a string to uppercase.
UPPER()
The PI() function is a built-in function in Mariadb that returns the value of the mathematical constant pi, which is approximately 3.14159.
PI()
The RADIANS() function is a mathematical function in Mariadb that returns the value of an angle in radians.
RADIANS()
The UPDATEXML() function in MariaDB is used to modify a portion of an XML-formatted string by replacing, inserting, or deleting nodes or values within the XML structure.
UPDATEXML()
The PERIOD_DIFF() function is a built-in function in Mariadb that returns the number of months between two periods.
PERIOD_DIFF()
The QUOTE() function is a string function in Mariadb that returns a single-quoted string that is safe to use in a SQL statement.
QUOTE()
The UNIX_TIMESTAMP() function in MariaDB is used to retrieve the current Unix timestamp or convert a date and time value into a Unix timestamp.
UNIX_TIMESTAMP()
The PERIOD_ADD() function is a built-in function in Mariadb that returns a period that is a number of months away from a given period.
PERIOD_ADD()
The QUARTER() function is a date and time function in Mariadb that returns the quarter of the year for a given date.
QUARTER()
The UNHEX() function in MariaDB is used to convert a hexadecimal string representation of a value into a string or binary value.
UNHEX()
he PERCENTILE_DISC() function is a built-in function in Mariadb that returns the value of a given percentile within a group of values.
PERCENTILE_DISC()
The POWER() function is a mathematical function in Mariadb that returns the value of a number raised to the power of another number.
POWER()
The UNCOMPRESSED_LENGTH() function in MariaDB is used to determine the length of a compressed string before it is uncompressed.
UNCOMPRESSED_LENGTH()
The PERCENTILE_CONT() function is a built-in function in Mariadb that returns the value of a given percentile within a group of values.
PERCENTILE_CONT()
The POW() function is a mathematical function in Mariadb that returns the value of a number raised to the power of another number.
POW()
The UNCOMPRESS() function in MariaDB is used to uncompress a string that has been compressed using the COMPRESS() function.
UNCOMPRESS()
COMPRESS()
The PERCENT_RANK() function is a built-in function in Mariadb that returns the relative rank of a row within a group of rows.
PERCENT_RANK()
The POSITION() function is a string function in Mariadb that returns the position of the first occurrence of a substring within a string.
POSITION()
The UCASE() function in MariaDB is used to convert a string to uppercase.
UCASE()
The PASSWORD() function is a built-in function in Mariadb that returns the hashed password of a string value using the new password format.
PASSWORD()
The PolygonFromWKB() function is a spatial function in Mariadb that creates a Polygon object from a well-known binary (WKB) representation.
PolygonFromWKB()
Polygon
The TRUNCATE() function in MariaDB is used to truncate a number to a specified number of decimal places.
TRUNCATE()
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()
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()