CONVERT « String « SQL / MySQL






1.The CONVERT() function allows you to convert dates in the same way as the CAST() function
2.What CONVERT actually works can be seen by transforming the character string into hexadecimal representation:
3.Use CONVERT to copy data from one column of a table into another and change the character set.