> Date |Tue, 7 Aug 2001 17:25:48 +0800
> From |"SDiZ Cheng" <[EMAIL PROTECTED]>
>
> Hello!
>
>
> SC> I have read these docs. I can't find any charset option in CREATE TABLE
> SC> syntax.
> Oh no.
> You need to set up charset in mysql configuration.
> like this:
> http://www.mysql.com/doc/C/h/Character_sets.html
Yes, i have read that too.
that tell me how to compile mysql with multi charset,
but not create such kind of table.
i expect there is somthing like
CREATE TABLE tbl_name (
col_name type CHARSET=char_set,
col_name2 type CHARSET=char_set2 ) ...
CREATE DATABASE db_name DEFAULT_CHARSET=char_set ....
where can i find these?
---------------------------------------------------------------------
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)
To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php