The MULTIPOINT() function is a spatial function that creates a geometry collection of points from a set of coordinates or point geometries.
MULTIPOINT()
The SUBDATE() function in MariaDB is used to subtract a specified time interval from a given date or datetime value.
SUBDATE()
The JSON_MERGE_PATCH() function is a JSON function that merges two or more JSON documents and returns the result as a JSON document.
JSON_MERGE_PATCH()
The LTRIM() function is a string function that returns a string that is left-trimmed of any leading spaces.
LTRIM()
The MultiLineStringFromWKB() function is a spatial function that creates a MULTILINESTRING object from a Well-Known Binary (WKB) representation.
MultiLineStringFromWKB()
MULTILINESTRING
he STRCMP() function in MariaDB is used to compare two strings lexically (based on their character values).
STRCMP()
In this article, we will introduce the JSON_LOOSE() function in Mariadb, which is a built-in function that adds spaces to a JSON document to make it more readable.
JSON_LOOSE()
The LPAD() function is a string function that returns a string that is left-padded with a specified character to a certain length.
LPAD()
The MultiLineStringFromText() function is a spatial function that creates a MULTILINESTRING object from a text representation.
MultiLineStringFromText()
The STR_TO_DATE() function in MariaDB is used to parse a string representation of a date and time and convert it into a DATE or DATETIME value.
STR_TO_DATE()
The JSON_LENGTH() function is a JSON function that returns the length of a JSON document.
JSON_LENGTH()
The LOWER() function is a string function that returns a string with all the characters converted to lowercase.
LOWER()
The MULTILINESTRING() function is a spatial function that creates a MULTILINESTRING object from a list of line strings.
MULTILINESTRING()
The STDDEV() function, short for standard deviation, is a statistical measure used in MariaDB to quantify the amount of variation or dispersion in a set of values.
STDDEV()
The JSON_KEYS() function is a JSON function that returns the keys of a JSON object.
JSON_KEYS()
The LOG10() function is a mathematical function that returns the logarithm of a number to the base 10.
LOG10()
The MPolyFromWKB() function is a spatial function that creates a MULTIPOLYGON object from a Well-Known Binary (WKB) representation.
MPolyFromWKB()
MULTIPOLYGON
The STDDEV_SAMP() function in MariaDB is a statistical function that calculates the sample standard deviation of a set of values.
STDDEV_SAMP()
The JSON_INSERT() function is a JSON function that inserts a value or values into a JSON document at a given path or paths.
JSON_INSERT()
The LOG2() function is a mathematical function that returns the logarithm of a number to the base 2.
LOG2()
The MPolyFromText() function is a spatial function that returns a multipolygon geometry value from a well-known text (WKT) representation.
MPolyFromText()
The STDDEV_POP() function is a statistical aggregate function in MariaDB that computes the population standard deviation of a set of values.
STDDEV_POP()
The JSON_EXTRACT() function is a JSON function that extracts a value or values from a JSON document at a given path or paths.
JSON_EXTRACT()
The LOG() function is a mathematical function that returns the natural logarithm of a number.
LOG()
The MPointFromWKB() function is a spatial function that returns a multipoint geometry value from a well-known binary (WKB) representation.
MPointFromWKB()
The STD() function in MariaDB is a statistical function that calculates the standard deviation of a set of values.
STD()
The JSON_EXISTS() function is a JSON function that tests whether a JSON document contains data at a given path.
JSON_EXISTS()
The LOCATE() function is a string function that returns the position of the first occurrence of a substring within a string.
LOCATE()
The SRID() function in MariaDB is used to retrieve the spatial reference system identifier (SRID) for a spatial column.
SRID()
The JSON_EQUALS() function is a JSON function that compares two JSON documents for equality.
JSON_EQUALS()
The LOCALTIMESTAMP() function is a date and time function that returns the current date and time as a TIMESTAMP value in the local time zone of the server.
LOCALTIMESTAMP()
TIMESTAMP
The MONTHNAME() function is a date and time function that returns the name of the month for a given date.
MONTHNAME()
The SQRT() function in MariaDB is a mathematical function that calculates the square root of a given number.
SQRT()
The JSON_DETAILED() function is a JSON function that adds whitespace and other formatting characters to a JSON document.
JSON_DETAILED()
The LOCALTIME() function is a date and time function that returns the current date and time in the local time zone of the server.
LOCALTIME()
The MONTH() function is a date and time function that returns the month number for a given date.
MONTH()
The SPACE() function in MariaDB is a simple string function that returns a string consisting of a specified number of space characters.
SPACE()
The JSON_DEPTH() function is a JSON function that returns the maximum depth of a JSON document.
JSON_DEPTH()
The LOAD_FILE() function is a string function that reads the content of a file and returns it as a string.
LOAD_FILE()
The MOD operator is a useful tool for performing the modulo operation, which returns the remainder of a division.
MOD
The SOUNDS LIKE operator in MariaDB is used to compare two strings based on their phonetic representations, similar to the SOUNDEX() function.
SOUNDS LIKE
SOUNDEX()
The JSON_CONTAINS() function is a JSON function that tests whether a JSON document contains a specific value at a given path or paths.
JSON_CONTAINS()
The LN() function is a mathematical function that returns the natural logarithm of a given number.
LN()
The MLineFromWKB() function is a useful tool for creating a multilinestring geometry from a well-known binary (WKB) representation.
MLineFromWKB()
The SOUNDEX() function in MariaDB is a string function that is used to evaluate the phonetic representation of two strings.
The JSON_CONTAINS_PATH() function is a JSON function that tests whether a JSON document contains any data at a given path or paths.
JSON_CONTAINS_PATH()
The LineStringFromWKB() function is a spatial function that converts a binary representation of a line to a geometry value.
LineStringFromWKB()
The MLineFromText() function is a useful tool for creating a multilinestring geometry from a well-known text (WKT) representation.
MLineFromText()
The SLEEP() function in MariaDB is used to introduce a delay or pause in the execution of a SQL statement or stored procedure for a specified number of seconds.
SLEEP()