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
The LEFT() function is a string function that returns the leftmost part of a given string, up to a specified number of characters.
LEFT()
The MBRWithin() function is a useful tool for performing spatial queries in Mariadb.
MBRWithin()
The SESSION_USER() function in MariaDB is used to retrieve the current user’s username and hostname associated with the current session.
SESSION_USER()
The MariaDB ISNULL() function is used to determine if a specified expression is NULL.
ISNULL()
NULL
The LEAST() function is a numeric function that returns the smallest value among a list of values.
LEAST()
The MBRTouches() function is a useful tool for performing spatial queries in Mariadb.
MBRTouches()
The SECOND() function in MariaDB is used to extract the seconds part from a TIME or DATETIME value.
SECOND()
TIME
DATETIME
The IsEmpty() function is a spatial function that returns 1 if the geometry argument is an empty geometry collection, or 0 otherwise.
IsEmpty()
1
0
The LCASE() function is a string function that converts all the characters in a given string to lowercase.
LCASE()
The MBROverlaps() function is a useful tool for performing spatial queries in Mariadb.
MBROverlaps()
The SEC_TO_TIME() function in MariaDB is used to convert a value representing seconds into a TIME value.
SEC_TO_TIME()
The MariaDB IsClosed() function is used to determine if a given LINESTRING’s start and end points are the same.
IsClosed()
The LAST_VALUE() function is a window function that returns the last value of an expression within a partition or a result set.
LAST_VALUE()
The MBRIntersects() function is a useful tool for performing spatial queries in Mariadb.
MBRIntersects()
The SCHEMA() function in MariaDB is used to retrieve the name of the current database schema or database from which it is being called.
SCHEMA()
The MariaDB IS NULL operator is used to check if a value in a column or expression is NULL.
IS NULL
The LAST_INSERT_ID() function is a information function that returns the value of the AUTO_INCREMENT column for the last row that was inserted or updated by the current session.
LAST_INSERT_ID()
AUTO_INCREMENT
The MBREqual() function is a useful tool for performing spatial queries in Mariadb.
MBREqual()
The RTRIM() function is a string function that removes all trailing spaces from a string.
RTRIM()
The MariaDB IS NOT NULL operator is used to check if a value in a column or expression is not NULL.
IS NOT NULL
The LAST_DAY() function is a date and time function that returns the last day of the month for a given date.
LAST_DAY()
The MBRDisjoint() function is a useful tool for performing spatial queries in Mariadb.
MBRDisjoint()
The RPAD() function in MariaDB is a string function that pads the right side of a string with a specified number of a specified character.
RPAD()
In this article, we will introduce the IS_USED_LOCK() function in Mariadb, which is a locking function that checks whether a named user-level lock is in use or not.
IS_USED_LOCK()
The MBRContains() function is a useful tool for performing spatial queries in Mariadb.
MBRContains()