Le Mardi 14 Mai 2002 03:29, Tatsuo Ishii a écrit :
> For example, user
> might want to have a table like this in a UTF-8 database:
>
> create table t1(
>        english text,    -- English message
>        germany text,    -- Germany message
>        japanese text    -- Japanese message
> );

Or just 
CREATE table t1(
        text_locale varchar,  
        text_content text
);
which is my case.
Just my 2 cents.
/Jean-Michel POURE

---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]

Reply via email to