MySQL CAST vs. CONVERT
Yes, CAST
and CONVERT
do the same thing, except that CONVERT
allows more options, such as changing character set with USING
.
Convert and cast docs. Aside from the syntax I believe they can functionally be considered synonyms, even when trying to change character sets.