Search

Download this Manual
PDF (US Ltr) - 41.8Mb
PDF (A4) - 41.9Mb
Man Pages (TGZ) - 272.3Kb
Man Pages (Zip) - 378.3Kb
Info (Gzip) - 4.2Mb
Info (Zip) - 4.2Mb


Displaying 21 to 30 of 50 total results
https://dev.mysql.com/doc/refman/9.7/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/9.7/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/9.7/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/9.7/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/9.7/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/9.7/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/9.7/en/replication-options-gtids.html
Leading and trailing blank spaces are accepted in the input value but omitted during tag creation. The MySQL Server system variables described in this section are used to monitor and control Global Transaction Identifiers (GTIDs). For additional ...
https://dev.mysql.com/doc/refman/9.7/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/9.7/en/time.html
MySQL recognizes TIME values in several formats, some of which can include a trailing fractional seconds part in up to microseconds (6 digits) precision. MySQL retrieves and displays TIME values in 'hh:mm:ss' format (or 'hhh:mm:ss' format for large ...
https://dev.mysql.com/doc/refman/9.7/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 ...
Displaying 21 to 30 of 50 total results