Databases Reference
In-Depth Information
We can also use the Table view's Structure sub-page to choose the character set
for a column, by clicking the Change link for this column:
Importing and Exporting with Character Sets
When exporting results, we can see the default character set and collation
information for the table and its columns:
CREATE TABLE 'authors' (
'author_id' int(11) NOT NULL default '0',
'author_name' varchar(30) collate latin1_general_ci NOT NULL
default '',
 
Search WWH ::




Custom Search