The ROW_NUMBER() function is a window function that assigns a sequential integer to each row within a partition of a result set.
ROW_NUMBER()
The MariaDB DAYOFMONTH() function is used to extract the day of the month from a given date, returning an integer between 1 and 31.
DAYOFMONTH()
The GET_LOCK() function is a locking function that acquires a named lock with a specified timeout.
GET_LOCK()
The IS_IPV6() function is a network function that tests whether a binary value is a valid IPv6 address or not.
IS_IPV6()
The ROW_COUNT() function in MariaDB returns the number of rows affected by the previous statement.
ROW_COUNT()
The DAYNAME() function is a convenient function in Mariadb that returns the name of the weekday for a given date or datetime value.
DAYNAME()
The GET_FORMAT() function is a date and time function that returns a date or time format string according to a given type and locale.
GET_FORMAT()
The IS_IPV4() function is a network function that tests whether an IPv6 address is an IPv4 address or not.
IS_IPV4()
The ROUND() function in MariaDB is a numeric function that rounds a number to a specified number of decimal places.
ROUND()
The MariaDB DAY() function is used to extract the day of the month from a given date, returning an integer value between 1 and 31.
DAY()
The GeomFromWKB() function is a spatial function that creates a geometry object from a well-known binary (WKB) representation.
GeomFromWKB()
The IS_IPV4_MAPPED() function is a network function that tests whether an IPv6 address is mapped to an IPv4 address or not.
IS_IPV4_MAPPED()
The RLIKE operator in MariaDB is used to test whether a string matches a regular expression.
RLIKE
The MariaDB DATEDIFF() function is used to calculate the difference in days between two dates.
DATEDIFF()
The GeomFromText() function is a spatial function that creates a geometry object from a well-known text (WKT) representation.
GeomFromText()
The IS_IPV4_COMPAT() function is a network function that tests whether an IPv6 address is compatible with an IPv4 address or not.
IS_IPV4_COMPAT()
The RIGHT() function in MariaDB is a string function that returns a given number of characters from the rightmost part of a string.
RIGHT()
The DATE() function is a built-in function in Mariadb that extracts the date part from a date or datetime value and returns it as a date value.
DATE()
The GeometryType() function is a spatial function that returns the type of a geometry object as a string.
GeometryType()
The IS_FREE_LOCK() function is a miscellaneous function that tests whether a named lock is free or not.
IS_FREE_LOCK()
The REVERSE() function in MariaDB is a string function that returns the supplied string with all its characters reversed.
REVERSE()
The DATE_SUB() function is a built-in function in Mariadb that subtracts a specified time interval from a date or datetime value and returns the result as a new date or datetime value.
DATE_SUB()
The GeometryN() function is a spatial function that returns the N-th geometry in a geometry collection.
GeometryN()
The INTERVAL() function is a numeric function that returns the index of the interval that a given value falls into.
INTERVAL()
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()
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()