SQL `CONVERT()` is a general function that converts an expression of one data type to another.
SQL CONVERT()
is a general function that converts an expression of one data type to another.
Note that this is a non-standard function. The ANSI/ISO SQL standard has the CAST()
function.
Reference