MySQL Conversion Function Support
TDV supports the conversion functions listed in the table below for MySQL. Conversion functions map data types differently depending on the MySQL version.
|
MySQL Conversion Function |
Notes |
|||||||||||||||
|
CAST |
|
|||||||||||||||
|
FORMAT_DATE |
Supported only for MySQL 4.1.1 or higher. |
|||||||||||||||
|
PARSE_DATE |
Supported only for MySQL 4.1.1 or higher. |
|||||||||||||||
|
PARSE_TIME |
Supported only for MySQL 4.1.1 or higher. |
|||||||||||||||
|
PARSE_TIMESTAMP |
Supported only for MySQL 4.1.1 or higher. |
|||||||||||||||
|
TO_CHAR |
Supported only for MySQL 4.0.2 or higher. |
|||||||||||||||
|
TO_DATE |
Supported only for MySQL 4.0.2 or higher. Variant mappings for different versions. |
|||||||||||||||
|
TO_NUMBER |
Supported only for MySQL 4.0.2 or higher. |
|||||||||||||||
|
TO_TIMESTAMP |
Supported only for MySQL 4.0.2 or higher. |