PDF (US Ltr)
- 43.3Mb
PDF (A4)
- 43.4Mb
Man Pages (TGZ)
- 296.5Kb
Man Pages (Zip)
- 401.9Kb
Info (Gzip)
- 4.3Mb
Info (Zip)
- 4.3Mb
Search Results
https://dev.mysql.com/doc/refman/8.0/en/built-in-function-reference.html
The following table lists each built-in (native) function and operator and provides a short description of each one. For a table listing functions that are loadable at runtime, see Section 14.2, “Loadable Function Reference”. ->> Return value ...
https://dev.mysql.com/doc/refman/8.0/en/blob.html
Truncation of excess trailing spaces from values to be inserted into TEXT columns always generates a warning, regardless of the SQL mode. This means that, if the index requires unique values, duplicate-key errors occur for values that differ only in ... A BLOB is a binary large object that can hold a variable amount of ...
https://dev.mysql.com/doc/refman/8.0/en/set.html
Trailing spaces are automatically deleted from SET member values in the table definition when a table is created. A SET is a string object that can have zero or more values, each of which must be chosen from a list of permitted values specified ...
https://dev.mysql.com/doc/refman/8.0/en/windows-pluggable-authentication.html
Leading and trailing spaces not inside double quotation marks are ignored. Note Windows pluggable authentication is an extension included in MySQL Enterprise Edition, a commercial product. MySQL Enterprise Edition for Windows supports an ...
https://dev.mysql.com/doc/refman/8.0/en/silent-column-changes.html
Trailing spaces are automatically deleted from ENUM and SET member values when the table is created. In some cases, MySQL silently changes column specifications from those given in a CREATE TABLE or ALTER TABLE statement. These might be changes to ...
https://dev.mysql.com/doc/refman/8.0/en/select-into.html
Example: SELECT * INTO @myvar FROM t1; Before a trailing locking clause. INTO form of SELECT enables a query result to be stored in variables or written to a file: SELECT ... Column and line terminators can be specified to produce a specific output ...
https://dev.mysql.com/doc/refman/8.0/en/secure-client-programming.html
In a numeric context, MySQL automatically converts this string to a number and strips any trailing nonnumeric characters from it. Client applications that access MySQL should use the following guidelines to avoid interpreting external data ...
https://dev.mysql.com/doc/refman/8.0/en/precision-math-expressions.html
A string that begins with a number can be converted, but the trailing nonnumeric portion is truncated. With precision math, exact-value numbers are used as given whenever possible. For example, numbers in comparisons are used exactly as given ...
https://dev.mysql.com/doc/refman/8.0/en/pam-pluggable-authentication.html
Leading and trailing spaces not inside double quotation marks are ignored. Note PAM pluggable authentication is an extension included in MySQL Enterprise Edition, a commercial product. MySQL Enterprise Edition supports an authentication method that ...
https://dev.mysql.com/doc/refman/8.0/en/option-files.html
Leading and trailing spaces are automatically deleted from option names and values. Most MySQL programs can read startup options from option files (sometimes called configuration files). Option files provide a convenient way to specify commonly ...