Mysql Programming Tips & Tricks





Español Français 中文 Deutsch Portuguese Japanese nederlands
   
 
Code Snippets
 List All
 Datatypes
 Other Queries
 Tables
 




view character set of a table - Mysql

Snippets  Mysql  View character set of a table
Snippet On
view table charset




Code
  
Rate this page :
  [ 0 votes]

View table character set in mysql.

To show the current character set use this query:

SHOW CREATE TABLE `TABLE_NAME`

eg,

SHOW CREATE TABLE `test1`




Other Links

web hosting