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()
The JSON_COMPACT() function is a JSON function that removes whitespace and other unnecessary characters from a JSON document.
JSON_COMPACT()
The LineStringFromText() function is a spatial function that converts a text representation of a line to a geometry value.
LineStringFromText()
The MINUTE() function is a useful tool for extracting the minute part of a time or datetime value.
MINUTE()
The SIN() function in MariaDB is used to calculate the trigonometric sine of a given angle expressed in radians.
SIN()
The JSON_ARRAY() function is a JSON function that creates a JSON array from a list of values.
JSON_ARRAY()
The LINESTRING() function is a spatial function that creates a line geometry from a list of point coordinates.
LINESTRING()
The MIN() function is a useful tool for finding the minimum value of a set of values.
MIN()
The SIGN() function in MariaDB is a simple but useful function that returns the sign of a given numeric value.
SIGN()
The MariaDB JSON_ARRAY_INTERSECT() function is used to find the intersection of two JSON arrays, returning an array containing elements that appear in both input arrays.
JSON_ARRAY_INTERSECT()
The LineFromWKB() function is a spatial function that converts a binary representation of a line to a geometry value.
LineFromWKB()
The MID() function is a useful tool for extracting a substring from a given string.
MID()
The SHA2() function in MariaDB is a versatile function that allows you to compute various cryptographic hash values belonging to the SHA-2 family of hash functions.
SHA2()
The JSON_ARRAY_INSERT() function is a JSON function that inserts values into an array within a JSON document.
JSON_ARRAY_INSERT()
The LineFromText() function is a spatial function that converts a text representation of a line to a geometry value.
LineFromText()
The MICROSECOND() function is a useful tool for extracting the microsecond part of a time or datetime value.
MICROSECOND()
The SHA1() function in MariaDB is used to compute the SHA-1 160-bit cryptographic hash value of a given string.
SHA1()
The JSON_ARRAY_APPEND() function is a JSON function that appends values to the end of an array within a JSON document.
JSON_ARRAY_APPEND()
The LIKE operation is a logical operation that tests whether a string matches a specified pattern.
LIKE
The MEDIAN() function is a useful tool for calculating the median value of a set of numbers.
MEDIAN()
The SHA() function in MariaDB is used to calculate the Secure Hash Algorithm (SHA) hash value of a given string.
SHA()
The MariaDB IsSimple() function is used to verify that a given geometry does not have any anomalous geometric points, such as self-intersections or complex loops.
IsSimple()
The LENGTH() function is a string function that returns the length of a given string in bytes.
LENGTH()
The MD5() function is a useful tool for generating a 32-digit hexadecimal hash value from a given string.
MD5()
The SETVAL() function in MariaDB is used to set the sequence counter for a specified sequence object to a specific value.
SETVAL()
The MariaDB IsRing() function is used to assess whether a given LINESTRING is a ring.
IsRing()
LINESTRING