ABS()
ADDDATE(date,INTERVAL expr unit)
ADDDATE(expr,days)
ADDTIME(expr1,expr2)
AES_DECRYPT(crypt_str,key_str)
AES_ENCRYPT()
AES_ENCRYPT(str,key_str)
ASCII(str)
ATAN2(Y,X)
AVG()
AVG(DISTINCT)
AVG([DISTINCT] expr)
Area(poly)
BENCHMARK()
BENCHMARK(10, (SELECT * FROM t))
BENCHMARK(count,expr)
BENCHMARK(loop_count,expression)
BIT_AND(expr)
BIT_COUNT(N)
BIT_LENGTH(str)
BIT_XOR(expr)
BdMPolyFromText(wkt,srid)
BdMPolyFromWKB(wkb,srid)
BdPolyFromText(wkt,srid)
BdPolyFromWKB(wkb,srid)
Buffer(g,d)
CAST()
- Section 9.1.9.2, “
CONVERT()
andCAST()
” - Section 8.1.6, “Bit-Field Literals”
- Section 11.10, “Cast Functions and Operators”
- Section 11.3.2, “Comparison Functions and Operators”
- Section 10.3.5, “Conversion Between Date and Time Types”
- Section 11.7, “Date and Time Functions”
- Section 1.8.5, “MySQL Differences from Standard SQL”
- Section 9.1.9.1, “Result Strings”
- Section 11.2, “Type Conversion in Expression Evaluation”
- Section 2.11.1.1, “Upgrading from MySQL 5.1 to 5.5”
- Section 8.4, “User-Defined Variables”
CAST(... AS UNSIGNED)
CAST(... COLLATE ...)
CAST(...) COLLATE ...
CAST(expr AS CHAR)
CAST(expr AS type)
CAST(str AS BINARY)
CEILING()
CEILING(3.7004397181411)
CEILING(X)
CHAR()
CHAR(1,0)
CHAR(1,0,0)
CHAR(128 | key_num)
CHAR(256)
CHAR(256*256)
CHAR(N,... [USING charset_name])
CHARACTER_LENGTH()
CHARACTER_LENGTH(str)
CHARSET(str)
CHAR_LENGTH()
CHAR_LENGTH(str)
COALESCE(a.c1,b.c1)
COALESCE(value,...)
COERCIBILITY()
COERCIBILITY(str)
COLLATION()
COLLATION(str)
COMPRESS()
COMPRESS(string_to_compress)
CONCAT()
- Section 12.7.3.1, “
CREATE FUNCTION
Синтаксис for User-Defined Functions” - Section 11.16.1, “
GROUP BY
(Aggregate) Functions” - Section 12.7.5.14, “
SHOW CREATE VIEW
Синтаксис” - Section 1.8.4, “MySQL Extensions to Standard SQL”
- Section 9.1.9.1, “Result Strings”
- Section 5.1.6, “Server SQL Modes”
- Section 11.5, “String Functions”
- Section 9.1.8, “String Repertoire”
- Section 19.28, “The
INFORMATION_SCHEMA VIEWS
Table” - Section 11.2, “Type Conversion in Expression Evaluation”
- Section 11.11, “XML Functions”
CONCAT(1, 'abc')
CONCAT(str1,str2,...)
CONCAT_WS(separator,str1,str2,...)
CONNECTION_ID()
CONV(HEX(N),16,10)
CONV(N,10,16)
CONV(N,10,2)
CONV(N,from_base,to_base)
CONVERT()
CONVERT(... USING ...)
CONVERT(expr USING transcoding_name)
CONVERT(expr,type)
CONVERT_TZ()
CONVERT_TZ(...,...,@@session.time_zone)
CONVERT_TZ(dt,from_tz,to_tz)
COUNT()
- Section 12.7.3.1, “
CREATE FUNCTION
Синтаксис for User-Defined Functions” - Section 11.16.1, “
GROUP BY
(Aggregate) Functions” - Section 3.3.4.8, “Counting Rows”
- Section 7.2.1.2, “How MySQL Optimizes
WHERE
Clauses” - Section 17.1, “Overview of Partitioning in MySQL”
- Section C.5.5.3, “Problems with
NULL
Values” - Section 5.1.6, “Server SQL Modes”
- Section 18.5.3, “Updatable and Insertable Views”
- Section 18.5.2, “View Processing Algorithms”
COUNT(*)
COUNT(DISTINCT ...)
COUNT(DISTINCT expr,[expr...])
COUNT(DISTINCT value_list)
COUNT(DISTINCT)
CRC32(expr)
CURDATE()
CURRENT_DATE
CURRENT_DATE()
CURRENT_TIME
CURRENT_TIME()
CURRENT_TIME([fsp])
CURRENT_TIMESTAMP
CURRENT_TIMESTAMP()
CURRENT_TIMESTAMP([fsp])
CURRENT_USER
- Section 12.1.11, “
CREATE EVENT
Синтаксис” - Section 12.1.15, “
CREATE PROCEDURE
andCREATE FUNCTION
Синтаксис” - Section 12.1.19, “
CREATE TRIGGER
Синтаксис” - Section 12.1.20, “
CREATE VIEW
Синтаксис” - Section 18.6, “Access Control for Stored Programs and Views”
- Section 11.14, “Information Functions”
- Section 5.2.4.3, “Mixed Binary Logging Format”
- Section 15.4.1.11, “Replication and System Functions”
- Section 5.4.3, “Specifying Account Names”
CURRENT_USER()
- Section 12.1.11, “
CREATE EVENT
Синтаксис” - Section 12.1.15, “
CREATE PROCEDURE
andCREATE FUNCTION
Синтаксис” - Section 12.1.19, “
CREATE TRIGGER
Синтаксис” - Section 12.1.20, “
CREATE VIEW
Синтаксис” - Section 12.7.1.6, “
SET PASSWORD
Синтаксис” - Section 5.4.4, “Access Control, Stage 1: Connection Verification”
- Section 5.5.10, “Auditing MySQL Account Activity”
- Section 22.2.4.9.4, “Implementing Proxy User Support in Authentication Plugins”
- Section 11.14, “Information Functions”
- Section 5.2.4.3, “Mixed Binary Logging Format”
- Section 5.5.7, “Proxy Users”
- Section 15.4.1.11, “Replication and System Functions”
- Section 5.4.3, “Specifying Account Names”
- Section 9.1.12, “UTF-8 for Metadata”
- Section 22.2.4.9.1, “Writing the Server-Side Authentication Plugin”
CURTIME()
CURTIME([fsp])
Centroid(mpoly)
Contains()
ConvexHull(g)
DATABASE()
- Section 12.1.21, “
DROP DATABASE
Синтаксис” - Section 3.3.1, “Creating and Selecting a Database”
- Section 3.4, “Getting Information About Databases and Tables”
- Section 7.9.3.1, “How the Query Cache Operates”
- Section 11.14, “Information Functions”
- Section C.5.8, “Known Issues in MySQL”
- Section 9.1.12, “UTF-8 for Metadata”
DATE(expr)
DATEDIFF()
DATEDIFF(expr1,expr2)
DATE_ADD()
DATE_ADD(date,INTERVAL expr unit)
DATE_FORMAT()
DATE_FORMAT(date,format)
DATE_SUB(date,INTERVAL expr unit)
DAY()
DAYNAME()
DAYNAME(date)
DAYOFMONTH()
DAYOFMONTH(date)
DAYOFWEEK(date)
DAYOFYEAR()
DAYOFYEAR(date)
DECODE()
DECODE(crypt_str,pass_str)
DEFAULT(col_name)
DEGREES(X)
DES_DECRYPT()
DES_DECRYPT(crypt_str[,key_str])
DES_ENCRYPT()
DES_ENCRYPT(str[,{key_num|key_str}])
Difference(g1,g2)
ELT()
ELT(N,str1,str2,str3,...)
ENCODE()
ENCODE(str,pass_str)
ENCRYPT()
ENCRYPT(str[,salt])
EXPORT_SET(bits,on,off[,separator[,number_of_bits]])
EXTRACT()
EXTRACT(WEEK FROM col)
EXTRACT(unit FROM date)
EndPoint()
EndPoint(ls)
Envelope(g)
ExteriorRing(poly)
ExtractValue('<a><b>Sakila</b></a>', '/a/b')
ExtractValue('<a><b>Sakila</b></a>', '/a/b/text()')
ExtractValue(xml_frag, xpath_expr)
FIELD(str,str1,str2,str3,...)
FIND_IN_SET(str,strlist)
FLOOR()
FLOOR(i RAND() * (j
FORMAT()
FORMAT(X,D)
FORMAT(X,D[,locale])
FOUND_ROWS()
- Section 15.1.2.1, “Advantages and Disadvantages of Statement-Based and Row-Based Replication”
- Section 15.1.2.3, “Determination of Safe and Unsafe Statements in Binary Logging”
- Section 7.9.3.1, “How the Query Cache Operates”
- Section 11.14, “Information Functions”
- Section 5.2.4.3, “Mixed Binary Logging Format”
- Section 15.4.1.11, “Replication and System Functions”
FROM_BASE64()
FROM_BASE64(str)
FROM_DAYS(N)
FROM_UNIXTIME()
FROM_UNIXTIME(unix_timestamp)
FROM_UNIXTIME(unix_timestamp,format)
GET_FORMAT(DATE,'EUR')
GET_FORMAT(DATE,'INTERNAL')
GET_FORMAT(DATE,'ISO')
GET_FORMAT(DATE,'JIS')
GET_FORMAT(DATE,'USA')
GET_FORMAT(DATETIME,'EUR')
GET_FORMAT(DATETIME,'INTERNAL')
GET_FORMAT(DATETIME,'ISO')
GET_FORMAT(DATETIME,'JIS')
GET_FORMAT(DATETIME,'USA')
GET_FORMAT(TIME,'EUR')
GET_FORMAT(TIME,'INTERNAL')
GET_FORMAT(TIME,'ISO')
GET_FORMAT(TIME,'JIS')
GET_FORMAT(TIME,'USA')
GET_FORMAT({DATE|TIME|DATETIME}, {'EUR'|'USA'|'JIS'|'ISO'|'INTERNAL'})
GET_LOCK()
- Section 12.1.11, “
CREATE EVENT
Синтаксис” - Section 12.7.6.4, “
KILL
Синтаксис” - Section 21.9.3.3, “
mysql_change_user()
” - Section 15.1.2.1, “Advantages and Disadvantages of Statement-Based and Row-Based Replication”
- Section 21.9.12, “Controlling Automatic Reconnection Behavior”
- Section 15.1.2.3, “Determination of Safe and Unsafe Statements in Binary Logging”
- Section 18.4.1, “Event Scheduler Overview”
- Section 7.12.5.2, “General Thread States”
- Section 7.9.3.1, “How the Query Cache Operates”
- Section 7.10.1, “Internal Locking Methods”
- Section 11.15, “Miscellaneous Functions”
- Section 15.4.1.11, “Replication and System Functions”
- Section 12.3.5.3, “Table-Locking Restrictions and Conditions”
GET_LOCK(str,timeout)
GLength()
GLength(ls)
GLength(mls)
GREATEST(value1,value2,...)
GREATEST(x,NULL)
GROUP_CONCAT()
GROUP_CONCAT(expr)
GeomCollFromText(wkt[,srid])
GeomCollFromWKB(wkb[,srid])
GeomFromText()
GeomFromText(wkt[,srid])
GeomFromWKB(wkb[,srid])
GeometryCollection(g1,g2,...)
GeometryCollectionFromText(wkt[,srid])
GeometryCollectionFromWKB(wkb[,srid])
GeometryFromText(wkt[,srid])
GeometryFromWKB(wkb[,srid])
GeometryN(gc,N)
GeometryType(g)
HEX()
HEX(N_or_S)
HEX(str)
HOUR(time)
IF()
IF(expr1,expr2,expr3)
IFNULL(expr1,expr2)
IN()
IN(value_list)
INET6_ATON()
INET6_ATON(expr)
INET6_NTOA()
INET6_NTOA(expr)
INET_ATON()
INET_ATON(expr)
INET_NTOA()
INET_NTOA(expr)
INSERT(str,pos,len,newstr)
INSTR(str,substr)
INTERVAL(N,N1,N2,N3,...)
IS_FREE_LOCK()
IS_FREE_LOCK(str)
IS_IPV4(expr)
IS_IPV4_COMPAT(expr)
IS_IPV4_MAPPED(expr)
IS_IPV6(expr)
IS_USED_LOCK()
IS_USED_LOCK(str)
InteriorRingN(poly,N)
Intersection(g1,g2)
Intersects(g1,g2)
IsClosed(mls)
LAST_DAY()
LAST_DAY(date)
LAST_INSERT_ID()
- Section 4.6.7.1, “mysqlbinlog Hex Dump Format”
- Section 12.1.17, “
CREATE TABLE
Синтаксис” - Section 12.2.5.3, “
INSERT ... ON DUPLICATE KEY UPDATE
Синтаксис” - Section 12.2.5.2, “
INSERT DELAYED
Синтаксис” - Section 12.2.5, “
INSERT
Синтаксис” - Section 21.9.3.37, “
mysql_insert_id()
” - Section 11.3.2, “Comparison Functions and Operators”
- Section 21.9.12, “Controlling Automatic Reconnection Behavior”
- Описание
- Section 15.1.2.3, “Determination of Safe and Unsafe Statements in Binary Logging”
- Section 7.9.3.1, “How the Query Cache Operates”
- Section 21.9.11.3, “How to Get the Unique ID for the Last Inserted Row”
- Section 11.14, “Information Functions”
- Section 1.8.4, “MySQL Extensions to Standard SQL”
- Section 15.4.1.1, “Replication and
AUTO_INCREMENT
” - Section 5.1.3, “Server System Variables”
- Section 18.2.4, “Stored Procedures, Functions, Triggers, and
LAST_INSERT_ID()
” - Section 12.3.5.3, “Table-Locking Restrictions and Conditions”
- Section 1.8.5.3, “Transaction and Atomic Operation Differences”
- Section 15.4.4, “Troubleshooting Replication”
- Section 18.5.3, “Updatable and Insertable Views”
- Section 3.6.9, “Using
AUTO_INCREMENT
”
LAST_INSERT_ID(expr)
LCASE(str)
LEAST(value1,value2,...)
LEAST(x,NULL)
LEFT(str,len)
LENGTH()
LENGTH(str)
LOAD_FILE()
- Section 12.2.7, “
LOAD XML
Синтаксис” - Section 15.1.2.1, “Advantages and Disadvantages of Statement-Based and Row-Based Replication”
- Section 15.1.2.3, “Determination of Safe and Unsafe Statements in Binary Logging”
- Section 7.9.3.1, “How the Query Cache Operates”
- Section 5.2.4.3, “Mixed Binary Logging Format”
- Section 5.4.1, “Privileges Provided by MySQL”
- Section 15.4.1.11, “Replication and System Functions”
- Section 5.3.4, “Security-Related mysqld Options”
- Section 5.1.2, “Server Command Options”
- Section 5.1.3, “Server System Variables”
LOAD_FILE(file_name)
LOCALTIME()
LOCALTIME([fsp])
LOCALTIMESTAMP()
LOCALTIMESTAMP([fsp])
LOCATE()
LOCATE(substr,str)
LOCATE(substr,str,pos)
LOG(X) / LOG(2)
LOG(X) / LOG(B)
LOWER()
LOWER(str)
LPAD(str,len,padstr)
LTRIM(str)
Length()
LineFromText(wkt[,srid])
LineFromWKB(wkb[,srid])
LineString(pt1,pt2,...)
LineStringFromText(wkt[,srid])
LineStringFromWKB(wkb[,srid])
MAKEDATE(year,dayofyear)
MAKETIME(hour,minute,second)
MAKE_SET(bits,str1,str2,...)
MASTER_POS_WAIT()
- Section 12.4.2.2, “
MASTER_POS_WAIT()
Синтаксис” - Section 15.1.2.1, “Advantages and Disadvantages of Statement-Based and Row-Based Replication”
- Section 15.1.2.3, “Determination of Safe and Unsafe Statements in Binary Logging”
- Section 7.9.3.1, “How the Query Cache Operates”
- Section 11.15, “Miscellaneous Functions”
MASTER_POS_WAIT(log_name,log_pos[,timeout])
MATCH (col1,col2,...) AGAINST (expr [search_modifier])
MATCH()
MATCH() ... AGAINST
MATCH() ... AGAINST()
MAX()
- Section 7.8.2, “
EXPLAIN
Output Format” - Section 11.16.1, “
GROUP BY
(Aggregate) Functions” - Section 11.16.3, “
GROUP BY
andHAVING
with Hidden Columns” - Section 7.3.1, “How MySQL Uses Indexes”
- Section C.5.8, “Known Issues in MySQL”
- Section 7.13.10.1, “Loose Index Scan”
- Section 12.2.10.10, “Optimizing Subqueries”
- Section 10.3.6, “Two-Digit Years in Dates”
- Section 18.5.3, “Updatable and Insertable Views”
- Section 18.5.2, “View Processing Algorithms”
MAX(TP_THREAD_NUMBER)
MAX([DISTINCT] expr)
MAX(auto_increment_column) + 1 WHERE prefix=given-prefix
MAX(col_name)
MAX(t1.b)
MBRContains()
MBRIntersects(g1,g2)
MBRWithin()
MD5()
- Section 17.2.5, “
KEY
Partitioning” - Section 11.13, “Encryption and Compression Functions”
- Section 5.3.1, “General Security Guidelines”
- Section 5.3.2.4, “Implications of Password Hashing Changes in MySQL 4.1 for Application Programs”
- Section 1.8.4, “MySQL Extensions to Standard SQL”
- Section 8.2, “Schema Object Names”
- Section 11.2, “Type Conversion in Expression Evaluation”
MICROSECOND(expr)
MID(str,pos,len)
MIN()
- Section 7.8.2, “
EXPLAIN
Output Format” - Section 11.16.1, “
GROUP BY
(Aggregate) Functions” - Section 11.16.3, “
GROUP BY
andHAVING
with Hidden Columns” - Section 7.2.1.2, “How MySQL Optimizes
WHERE
Clauses” - Section 7.3.1, “How MySQL Uses Indexes”
- Section C.5.8, “Known Issues in MySQL”
- Section 7.13.10.1, “Loose Index Scan”
- Section 12.2.10.10, “Optimizing Subqueries”
- Section C.5.5.3, “Problems with
NULL
Values” - Section 10.3.6, “Two-Digit Years in Dates”
- Section 18.5.3, “Updatable and Insertable Views”
- Section 18.5.2, “View Processing Algorithms”
MIN([DISTINCT] expr)
MIN(col_name)
MIN(number-with-zerofill)
MINUTE(time)
MLineFromText(wkt[,srid])
MLineFromWKB(wkb[,srid])
MOD()
MOD(something,12)
MONTH()
MONTH(birth)
MONTH(date)
MONTHNAME()
MONTHNAME(date)
MPointFromText(wkt[,srid])
MPointFromWKB(wkb[,srid])
MPolyFromText(wkt[,srid])
MPolyFromWKB(wkb[,srid])
MultiLineString(ls1,ls2,...)
MultiLineStringFromText(wkt[,srid])
MultiLineStringFromWKB(wkb[,srid])
MultiPoint(pt1,pt2,...)
MultiPointFromText(wkt[,srid])
MultiPointFromWKB(wkb[,srid])
MultiPolygon(poly1,poly2,...)
MultiPolygonFromText(wkt[,srid])
MultiPolygonFromWKB(wkb[,srid])
NAME_CONST()
NAME_CONST(name,value)
NOW()
- Section 12.1.15, “
CREATE PROCEDURE
andCREATE FUNCTION
Синтаксис” - Section 12.1.17, “
CREATE TABLE
Синтаксис” - Section 10.3.1.1, “
TIMESTAMP
Properties” - Section 15.1.2.1, “Advantages and Disadvantages of Statement-Based and Row-Based Replication”
- Section 10.1.4, “Data Type Default Values”
- Section 11.7, “Date and Time Functions”
- Section 15.1.2.3, “Determination of Safe and Unsafe Statements in Binary Logging”
- Section 7.9.3.1, “How the Query Cache Operates”
- Section 9.6, “MySQL Server Time Zone Support”
- Section 15.4.1.11, “Replication and System Functions”
- Section 15.4.1.28, “Replication and Time Zones”
- Section 5.1.2, “Server Command Options”
- Section 5.1.3, “Server System Variables”
- Section 10.3.3, “The
YEAR
Type” - Section 9.6.2, “Time Zone Leap Second Support”
- Section 2.11.1.1, “Upgrading from MySQL 5.1 to 5.5”
NOW([fsp])
NULLIF(expr1,expr2)
NumGeometries(gc)
NumInteriorRings(poly)
NumPoints(ls)
OCTET_LENGTH()
OCTET_LENGTH(str)
OLD_PASSWORD()
- Section C.5.2.4, “
Client does not support authentication protocol
” - Section 12.7.1.6, “
SET PASSWORD
Синтаксис” - Section 11.13, “Encryption and Compression Functions”
- Section 5.3.2.4, “Implications of Password Hashing Changes in MySQL 4.1 for Application Programs”
- Section 5.3.2.3, “Password Hashing in MySQL”
OLD_PASSWORD(str)
ORD(str)
PASSWORD()
- Section 12.7.1.1, “
CREATE USER
Синтаксис” - Section C.5.2.15, “
Ignoring user
” - Section 17.2.5, “
KEY
Partitioning” - Section 12.7.1.6, “
SET PASSWORD
Синтаксис” - Section 5.4.4, “Access Control, Stage 1: Connection Verification”
- Section 5.5.2, “Adding User Accounts”
- Section 5.3.2.1, “Administrator Guidelines for Password Security”
- Section 5.5.5, “Assigning Account Passwords”
- Section 5.4.7, “Causes of Access-Denied Ошибки”
- Section 11.13, “Encryption and Compression Functions”
- Section 5.3.2.4, “Implications of Password Hashing Changes in MySQL 4.1 for Application Programs”
- Section 1.8.4, “MySQL Extensions to Standard SQL”
- Section 5.3.2.3, “Password Hashing in MySQL”
- Section 2.10.2, “Securing the Initial MySQL Accounts”
- Section 11.2, “Type Conversion in Expression Evaluation”
- Section 5.5.1, “User Names and Passwords”
PERIOD_ADD(P,N)
PERIOD_DIFF()
PERIOD_DIFF(P1,P2)
PI()
POSITION(substr IN str)
POW(5-int_col,3) + 6
POWER(X,Y)
PointFromText()
PointFromText(wkt[,srid])
PointFromWKB(wkb[,srid])
PointN(ls,N)
PolyFromText(wkt[,srid])
PolyFromWKB(wkb[,srid])
Polygon(ls1,ls2,...)
PolygonFromText(wkt[,srid])
PolygonFromWKB(wkb[,srid])
QUARTER(date)
QUOTE(str)
RADIANS(X)
RAND()
- Section 4.6.7.1, “mysqlbinlog Hex Dump Format”
- Section 12.1.15, “
CREATE PROCEDURE
andCREATE FUNCTION
Синтаксис” - Section 15.1.2.1, “Advantages and Disadvantages of Statement-Based and Row-Based Replication”
- Описание
- Section 7.9.3.1, “How the Query Cache Operates”
- Section 11.6.2, “Mathematical Functions”
- Section 15.4.1.11, “Replication and System Functions”
- Section 5.1.3, “Server System Variables”
RELEASE_LOCK()
- Section 12.2.3, “
DO
Синтаксис” - Section 15.1.2.1, “Advantages and Disadvantages of Statement-Based and Row-Based Replication”
- Section 15.1.2.3, “Determination of Safe and Unsafe Statements in Binary Logging”
- Section 7.9.3.1, “How the Query Cache Operates”
- Section 7.10.1, “Internal Locking Methods”
- Section 11.15, “Miscellaneous Functions”
- Section 15.4.1.11, “Replication and System Functions”
- Section 12.3.5.3, “Table-Locking Restrictions and Conditions”
RELEASE_LOCK(str)
REPEAT(str,count)
REPLACE(str,from_str,to_str)
REVERSE()
REVERSE(str)
RIGHT(str,len)
ROUND()
ROUND(X,D)
ROW_COUNT()
- Section 12.2.1, “
CALL
Синтаксис” - Section 12.2.2, “
DELETE
Синтаксис” - Section 12.2.5, “
INSERT
Синтаксис” - Section 21.9.3.1, “
mysql_affected_rows()
” - Section 15.1.2.3, “Determination of Safe and Unsafe Statements in Binary Logging”
- Section 11.14, “Information Functions”
- Section 5.2.4.3, “Mixed Binary Logging Format”
- Section 15.4.1.11, “Replication and System Functions”
RPAD(str,len,padstr)
RTRIM(str)
SECOND(time)
SEC_TO_TIME(seconds)
SESSION_USER()
SHA1()
SHA2()
SHA2(str, hash_length)
SLEEP()
- Section 15.1.2.1, “Advantages and Disadvantages of Statement-Based and Row-Based Replication”
- Section 15.1.2.3, “Determination of Safe and Unsafe Statements in Binary Logging”
- Section 7.12.5.2, “General Thread States”
- Section 7.9.3.1, “How the Query Cache Operates”
- Section 11.15, “Miscellaneous Functions”
- Section 15.4.1, “Replication Features and Issues”
- Section 19.30.3, “The
INFORMATION_SCHEMA TP_THREAD_GROUP_STATS
Table”
SLEEP(duration)
SOUNDEX()
SOUNDEX(expr1) = SOUNDEX(expr2)
SOUNDEX(str)
SPACE(N)
STD()
STDDEV_POP(expr)
STDDEV_SAMP()
STDDEV_SAMP(expr)
STRCMP(expr1,expr2)
STR_TO_DATE(str,format)
ST_Contains()
ST_Contains(g1,g2)
ST_Crosses(g1,g2)
ST_Disjoint(g1,g2)
ST_Intersects(g1,g2)
ST_Overlaps(g1,g2)
ST_Touches(g1,g2)
SUBDATE(date,INTERVAL expr unit)
SUBDATE(expr,days)
SUBSTR()
SUBSTR(str FROM pos FOR len)
SUBSTR(str FROM pos)
SUBSTR(str,pos)
SUBSTR(str,pos,len)
SUBSTRING()
SUBSTRING(str FROM pos FOR len)
SUBSTRING(str FROM pos)
SUBSTRING(str,pos)
SUBSTRING(str,pos,len)
SUBSTRING_INDEX()
SUBSTRING_INDEX(str,delim,count)
SUBTIME(expr1,expr2)
SUM()
- Section 11.16.1, “
GROUP BY
(Aggregate) Functions” - Section 22.3.2, “Adding a New User-Defined Function”
- Section 10.1.2, “Date and Time Type Overview”
- Section 17.1, “Overview of Partitioning in MySQL”
- Section C.5.5.3, “Problems with
NULL
Values” - Section 10.4.4, “The
ENUM
Type” - Section 10.4.5, “The
SET
Type” - Section 18.5.3, “Updatable and Insertable Views”
- Section 18.5.2, “View Processing Algorithms”
SUM(DISTINCT)
SUM([DISTINCT] expr)
SYSDATE()
- Section 15.1.2.1, “Advantages and Disadvantages of Statement-Based and Row-Based Replication”
- Section 11.7, “Date and Time Functions”
- Section 15.1.2.3, “Determination of Safe and Unsafe Statements in Binary Logging”
- Section 10.3.4, “Fractional Seconds in Time Values”
- Section 7.9.3.1, “How the Query Cache Operates”
- Section 15.4.1.11, “Replication and System Functions”
- Section 5.1.2, “Server Command Options”
- Section 5.1.3, “Server System Variables”
- Section 2.11.1.1, “Upgrading from MySQL 5.1 to 5.5”
SYSTEM_USER()
StartPoint()
StartPoint(ls)
SymDifference(g1,g2)
TIME(expr)
TIMEDIFF()
TIMEDIFF(expr1,expr2)
TIMESTAMP()
TIMESTAMP(expr)
TIMESTAMP(expr1,expr2)
TIMESTAMPADD(unit,interval,datetime_expr)
TIMESTAMPDIFF()
TIMESTAMPDIFF(unit,datetime_expr1,datetime_expr2)
TIME_FORMAT(time,format)
TIME_TO_SEC(time)
TO_BASE64()
TO_BASE64(str)
TO_DAYS()
TO_DAYS(date)
TO_DAYS(date_col)
TO_SECONDS()
TO_SECONDS(expr)
TRIM()
TRIM([remstr FROM] str)
TRIM([{BOTH | LEADING | TRAILING} [remstr] FROM] str)
TRUNCATE()
TRUNCATE(X,D)
UCASE(str)
UNCOMPRESS()
UNCOMPRESS(string_to_uncompress)
UNCOMPRESSED_LENGTH(compressed_string)
UNHEX(str)
UNIX_TIMESTAMP()
- Section 17.2.1, “
RANGE
Partitioning” - Section 11.7, “Date and Time Functions”
- Section 15.1.2.3, “Determination of Safe and Unsafe Statements in Binary Logging”
- Section 7.9.3.1, “How the Query Cache Operates”
- Section 17.5.3, “Partitioning Limitations Relating to Functions”
- Section C.5.4.6, “Time Zone Problems”
UNIX_TIMESTAMP(date)
UNIX_TIMESTAMP(timestamp_column)
UPPER()
UPPER(_utf8'abc')
UPPER(str)
USER()
- Section 15.1.2.1, “Advantages and Disadvantages of Statement-Based and Row-Based Replication”
- Section 5.5.10, “Auditing MySQL Account Activity”
- Section 9.1.7.5, “Collation of Expressions”
- Section 15.1.2.3, “Determination of Safe and Unsafe Statements in Binary Logging”
- Section 7.9.3.1, “How the Query Cache Operates”
- Section 22.2.4.9.4, “Implementing Proxy User Support in Authentication Plugins”
- Section 11.14, “Information Functions”
- Section 5.2.4.3, “Mixed Binary Logging Format”
- Section 5.5.7, “Proxy Users”
- Section 15.4.1.11, “Replication and System Functions”
- Section 9.1.12, “UTF-8 for Metadata”
- Section 22.2.4.9.1, “Writing the Server-Side Authentication Plugin”
UTC_DATE()
UTC_TIME()
UTC_TIME([fsp])
UTC_TIMESTAMP()
UTC_TIMESTAMP([fsp])
UUID()
- Section 15.1.2.1, “Advantages and Disadvantages of Statement-Based and Row-Based Replication”
- Section 15.1.3.4, “Binary Log Options and Variables”
- Section 18.7, “Binary Logging of Stored Programs”
- Section 15.1.2.3, “Determination of Safe and Unsafe Statements in Binary Logging”
- Section 7.9.3.1, “How the Query Cache Operates”
- Section 11.15, “Miscellaneous Functions”
- Section 5.2.4.3, “Mixed Binary Logging Format”
- Section 15.4.1.11, “Replication and System Functions”
- Section 5.2.4.2, “Setting The Binary Log Format”
UUID_SHORT()
Union(g1,g2)
UpdateXML(xml_target, xpath_expr, new_xml)
VALUES()
VALUES(col_name)
VARIANCE(expr)
VAR_POP(expr)
VAR_SAMP(expr)
VERSION()
- Section 15.1.2.1, “Advantages and Disadvantages of Statement-Based and Row-Based Replication”
- Section C.5.5.1, “Case Sensitivity in String Searches”
- Section 9.1.7.5, “Collation of Expressions”
- Section 11.14, “Information Functions”
- Section 15.4.1.11, “Replication and System Functions”
- Section 9.1.12, “UTF-8 for Metadata”