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
Search Results
https://dev.mysql.com/doc/refman/9.7/en/string-comparison-functions.html
This differs from comparisons performed with the = operator, for which the significance of trailing spaces in nonbinary strings (CHAR, VARCHAR, and TEXT values) depends on the pad attribute of the collation used for the comparison. Table 14.13 ...
https://dev.mysql.com/doc/refman/9.7/en/fulltext-boolean.html
Specifying a trailing plus or minus sign causes InnoDB to report a syntax error. The boolean full-text search capability supports the following operators: + A leading or trailing plus sign indicates that this word must be present in each row that is ... MySQL can perform boolean full-text searches using the IN BOOLEAN MODE ...
https://dev.mysql.com/doc/refman/9.7/en/show-collation.html
This attribute affects whether trailing spaces are significant in string comparisons; for more information, see Trailing Space Handling in Comparisons. SHOW COLLATION [LIKE 'pattern' | WHERE expr] This statement lists collations supported by the ...
https://dev.mysql.com/doc/refman/9.7/en/myisampack.html
end-space The number of columns that have a lot of trailing spaces. In this case, each value contains a count for the number of trailing spaces. When the table is used later, the server reads into memory the information needed to decompress columns.
https://dev.mysql.com/doc/refman/9.7/en/information-schema-collations-table.html
This attribute affects whether trailing spaces are significant in string comparisons; see Trailing Space Handling in Comparisons. The COLLATIONS table provides information about collations for each character set. CHARACTER_SET_NAME The name of the ...
https://dev.mysql.com/doc/refman/9.7/en/set-operations.html
These two UNION variants containing INTO are deprecated; you should expect support for them to be removed in a future version of MySQL: In the trailing query block of a query expression, use of INTO before FROM produces a warning. UNION SELECT * ...
https://dev.mysql.com/doc/refman/9.7/en/sql-mode.html
PAD_CHAR_TO_FULL_LENGTH By default, trailing spaces are trimmed from CHAR column values on retrieval. This mode does not apply to VARCHAR columns, for which trailing spaces are retained on retrieval. The MySQL server can operate in different SQL ...
https://dev.mysql.com/doc/refman/9.7/en/string-type-syntax.html
Note Trailing spaces are removed when CHAR values are retrieved unless the PAD_CHAR_TO_FULL_LENGTH SQL mode is enabled. Note MySQL follows the standard SQL specification, and does not remove trailing spaces from VARCHAR values. The string data ...
https://dev.mysql.com/doc/refman/9.7/en/cast-functions.html
The BINARY operator also causes trailing spaces in comparisons to be significant. Unlike CHAR, NCHAR does not permit trailing character set information to be specified. Table 14.15 Cast Functions and Operators Name Description Deprecated BINARY ...
https://dev.mysql.com/doc/refman/9.7/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 ...