The DATE_FORMAT() function is a built-in function in Mariadb that formats a date or datetime value according to a specified format string and returns the result as a new string value.
DATE_FORMAT()
The GeometryFromWKB() function is a spatial function that creates a geometry object from a well-known binary (WKB) representation.
GeometryFromWKB()
The INTERSECTS() function is a spatial function that tests whether two geometries intersect or not.
INTERSECTS()
The REPEAT() function in MariaDB is a string function that returns a string repeated a certain number of times.
REPEAT()
The DATE_ADD() function is a built-in function in Mariadb that adds a specified time interval to a date or datetime value and returns the result as a new date or datetime value.
DATE_ADD()
The GeometryFromText() function is a spatial function that creates a geometry object from a well-known text (WKT) representation.
GeometryFromText()
The InteriorRingN() function is a spatial function that returns the N-th interior ring of a polygon.
InteriorRingN()
The RELEASE_LOCK() function in MariaDB is used to release a user-level lock that was acquired with the GET_LOCK() function.
RELEASE_LOCK()
GET_LOCK()
The DATABASE() function is a built-in function in Mariadb that returns the name of the current database. This function is often used to get the context of the current session or query.
DATABASE()
The GeometryCollectionFromWKB() function is a spatial function that creates a geometry collection from a well-known binary (WKB) representation.
GeometryCollectionFromWKB()
The INSTR() function is a string function that returns the position of the first occurrence of a substring in a string.
INSTR()
The CURTIME() function is a built-in function in Mariadb that returns the current time as a time value. This function is often used to get the current time of the server or the session.
CURTIME()
The GeometryCollectionFromText() function is a spatial function that creates a geometry collection from a well-known text (WKT) representation.
GeometryCollectionFromText()
The INSERT() function is a string function that replaces a substring of a string with another string.
INSERT()
The CURRENT_USER() function is a built-in function in Mariadb that returns the user name and host name of the current user account.
CURRENT_USER()
The MariaDB GEOMETRYCOLLECTION() function is used to create a geometry collection object from a set of individual geometry objects.
GEOMETRYCOLLECTION()
The INET6_NTOA() function is a string function that converts a binary value to an IPv6 address in standard notation.
INET6_NTOA()
The CURRENT_TIMESTAMP() function is a built-in function in Mariadb that returns the current date and time as a datetime value.
CURRENT_TIMESTAMP()
The GeomCollFromWKB() function is a spatial function that creates a geometry collection from a well-known binary (WKB) representation.
GeomCollFromWKB()
The INET6_ATON() function is a string function that converts an IPv6 address in standard or compressed notation to a binary value.
INET6_ATON()
The CURRENT_TIME() function is a date and time function that returns the current time as a value in HH:MM:SS format.
CURRENT_TIME()
HH:MM:SS
The GeomCollFromText() function is a spatial function that creates a geometry collection from a well-known text (WKT) representation.
GeomCollFromText()
The INET_NTOA() function is a string function that converts a numeric value to an IPv4 address in dotted-quad notation.
INET_NTOA()
The MariaDB CURRENT_ROLE() function is used to return the active roles for the current user session.
CURRENT_ROLE()
The FROM_UNIXTIME() function is a date and time function that converts a Unix timestamp to a datetime value.
FROM_UNIXTIME()
The INET_ATON() function is a string function that converts an IPv4 address in dotted-quad notation to a numeric value.
INET_ATON()
The MariaDB CURRENT_DATE() function is used to retrieve the current date as a value in ‘YYYY-MM-DD’ or ‘YYYYMMDD’ format, depending on whether the function is used in a string or numeric context.
CURRENT_DATE()
The MariaDB FROM_DAYS() function is used to convert a day count (the number of days since the year 0) to a DATE value.
FROM_DAYS()
The IN operator is a logical operator that tests whether a value or an expression matches any value in a list of values.
IN
The CURDATE() function is a date and time function that returns the current date as a value in YYYY-MM-DD format.
CURDATE()
YYYY-MM-DD
The MariaDB FROM_BASE64() function is used to decode a string that is encoded using the base64 encoding scheme.
FROM_BASE64()
The IFNULL() function is a conditional function that returns the first argument if it is not NULL, otherwise it returns the second argument.
IFNULL()
NULL
The MariaDB CUME_DIST() function is used to calculate the cumulative distribution of a value within a group of values.
CUME_DIST()
The MariaDB FOUND_ROWS() function is used to retrieve the number of rows that would be returned by a SELECT statement, regardless of any LIMIT clause that may have been applied.
FOUND_ROWS()
The IF() function is a conditional function that returns a value based on a given condition.
IF()
The CROSSES() function is a spatial function that returns 1 if two geometries cross each other, 0 if they do not, or NULL if either geometry is NULL or invalid.
CROSSES()
The FORMAT() function is a string function that formats and returns the given number as a string, adding separators to appropriate positions and rounding the results to the given decimal position.
FORMAT()
The HOUR() function is a date and time function that returns the hour part of a time or datetime value.
HOUR()
The CRC32C() function is a string function that returns the cyclic redundancy check (CRC) value of a given string, using the Castagnoli polynomial.
CRC32C()
The FORMAT_PICO_TIME() function is a string function that returns a human-readable time value and unit indicator for a given time in picoseconds.
FORMAT_PICO_TIME()
The HEX() function is a string function that returns the hexadecimal representation of a numeric or string value.
HEX()
The CRC32() function is a string function that returns the cyclic redundancy check (CRC) value of a given string. The function returns an unsigned 32-bit integer value that represents the CRC-32 checksum of the string.
CRC32()
The FLOOR() function is a mathematical function that returns the largest integer value that is less than or equal to a given number.
FLOOR()
The GROUP_CONCAT() function is an aggregate function that returns a concatenated string of the non-null values in a group.
GROUP_CONCAT()
The MariaDB COUNT() function is used to count the number of rows that match a specified condition or retrieve the number of non-NULL values in a particular column.
COUNT()
The FIND_IN_SET() function is a string function that returns the position of a string in a comma-separated list of strings.
FIND_IN_SET()
The GREATEST() function is a comparison function that returns the greatest value among a list of values.
GREATEST()
The MariaDB COUNT(DISTINCT) function is used to return the count of distinct non-NULL values in a set.
COUNT(DISTINCT)
The MariaDB FIELD() function is used to return the index position of a string within a list of strings.
FIELD()
The MariaDB GLENGTH() function is used to return the length of a lstring in units of its spatial reference.
GLENGTH()