MySQL: CAST Function - TechOnTheNet.com
This MySQL tutorial explains how to use the MySQL CAST function with syntax and examples. The MySQL CAST function converts a value from one datatype to another datatype. ... Syntax The syntax for the CAST function in MySQL is: CAST( value AS type )...