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()
The COT() function is a mathematical function that returns the cotangent of a given angle. The function returns a decimal value that represents the cotangent of the angle in radians.
COT()
The EXTRACTVALUE() function is an XML function that extracts a value from an XML document using an XPath expression.
EXTRACTVALUE()
The COS() function is a mathematical function that returns the cosine of a given angle. The function returns a decimal value between -1 and 1, representing the cosine of the angle in radians.
COS()
The EXTRACT() function is a date and time function that extracts a specific part of a date or time value.
EXTRACT()
The CONVEXHULL() function is a spatial function that returns the convex hull of a geometry. The convex hull of a geometry is the smallest convex polygon that contains the geometry.
CONVEXHULL()
The ExteriorRing() function is a spatial function that returns the exterior ring of a polygon.
ExteriorRing()
The MariaDB CONVERT() function is used to convert a value from one data type to another.
CONVERT()
The EXPORT_SET() function is a string function that returns a string where each bit in the given bits argument is represented by the on or off string values.
EXPORT_SET()
The MariaDB CONVERT_TZ() function is used to convert a datetime value from one time zone to another.
CONVERT_TZ()
The EXP() function is a numeric function that returns the value of e (the base of natural logarithms) raised to the power of the argument.
EXP()
The CONV() function is a mathematical function that converts a number from one base to another base. The function returns a string that represents the converted number in the new base.
CONV()
The EQUALS() function is a spatial function that compares two geometries and returns 1 if they are equal, 0 if they are not equal, or NULL if either geometry is NULL.
EQUALS()
The CONTAINS() function is a spatial function that tests whether a geometry contains another geometry.
CONTAINS()
The ENVELOPE() function is a geometric function that returns the minimum bounding rectangle (MBR) of a geometry.
ENVELOPE()
The CONNECTION_ID() function is an information function that returns the connection ID of the current session. The connection ID is a unique identifier that is assigned to each client that connects to the server.
CONNECTION_ID()
The ENDPOINT() function is a geometric function that returns the last point of a LineString geometry.
ENDPOINT()
LineString
The CONCAT() function is a string function that concatenates two or more strings into one string. The function returns a string that is the result of joining the arguments in the order they appear.
CONCAT()
The ENCRYPT() function is a string function that encrypts a string using the Unix crypt() system call and returns the encrypted value of the string.
ENCRYPT()
The CONCAT_WS() function is a string function that concatenates two or more strings with a specified separator.
CONCAT_WS()
The ENCODE() function is a string function that encrypts a string using a given key.
ENCODE()
The COMPRESS() function is a string function that compresses a string and returns the result as a binary string.
COMPRESS()
The MariaDB ELT() function is used to return the N-th element from a list of strings.
ELT()
The COLLATION() function is a string function that returns the name of the collation of a given string. The collation of a string determines how the string is sorted and compared.
COLLATION()
The DIV operator is a built-in operator in Mariadb that performs integer division, which means it divides the dividend by the divisor and returns the integer result of the division with any decimal places truncated from the value.
DIV