The SHOW CHARACTER SET command shows all available character sets. : COLLATION Character Set : Table MySQL TUTORIALS


MySQL TUTORIALS » Table » COLLATION Character Set »

 

The SHOW CHARACTER SET command shows all available character sets.


It takes an optional LIKE clause that indicates which character set names to match.

mysql>
mysql>
mysql> SHOW CHARACTER SET LIKE 'latin%';
+---------+-----------------------------+-------------------+--------+
| Charset | Description                 | Default collation | Maxlen |
+---------+-----------------------------+-------------------+--------+
| latin1  | cp1252 West European        | latin1_swedish_ci |      |
| latin2  | ISO 8859-Central European | latin2_general_ci |      |
| latin5  | ISO 8859-Turkish          | latin5_turkish_ci |      |
| latin7  | ISO 8859-13 Baltic          | latin7_general_ci |      |
+---------+-----------------------------+-------------------+--------+
rows in set (0.00 sec)

mysql>
mysql>



Leave a Comment / Note


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

Follow Navioo On Twitter

MySQL TUTORIALS

 Navioo Table
» COLLATION Character Set