COERCIBILITY
Syntax
Description
Returns the collation coercibility value of the string argument. Coercibility defines what will be converted to what in case of collation conflict, with an expression with higher coercibility being converted to the collation of an expression with lower coercibility.
Coercibility
Description
Example
Coercibility
Description
Example
0
Explicit
Value using a COLLATE clause
1
No collation
Concatenated strings using different collations
2
Implicit
A string data type column value, CAST to a string data type
3
System constant
DATABASE(), USER() return value
4
Coercible
Literal string
5
Numeric
Numeric and temporal values
6
Ignorable
NULL or derived from NULL
Examples
This page is licensed: GPLv2, originally from fill_help_tables.sql
Last updated
Was this helpful?