Data Conversion Functions
|
Previous Top Next |
Function
|
Description
|
CAST
|
A general SQL function that converts a given expression to a specified data type.
|
MIMETOBIN
|
Converts MIME-encoded value to a binary data type.
|
TODATE
|
Converts string to date and time. See Date Functions topic for details.
|
TOSTRING
|
Converts date and time to string. See Date Functions topic for details.
|
CAST(ytd_sales/price AS int)
|
CAST(memo_field AS Char(255))
|
MIMETOBIN('<mime-encoded data>')
|
|