Converting the string 'abc' in the default character set to the corresponding string in the utf8 character set : CAST : Cast Functions Operators MySQL TUTORIALS


MySQL TUTORIALS » Cast Functions Operators » CAST »

 

Converting the string 'abc' in the default character set to the corresponding string in the utf8 character set


mysql>
mysql> SELECT CONVERT('abc' USING utf8);
+---------------------------+
| CONVERT('abc' USING utf8|
+---------------------------+
| abc                       |
+---------------------------+
row in set (0.00 sec)

mysql>



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .

Follow Navioo On Twitter

MySQL TUTORIALS

 Navioo Cast Functions Operators
» CAST