Rachel Rodriguez <[EMAIL PROTECTED]> wrote:
> 
> I have experience using MySQL and SQL commands in
> general, but I am going through my first experience
> with working with multiple character sets.
> 
> I am working on a Russian/English translation project
> and I'd like to create a table where column1 contains
> words in Russian and column2 contains the word
> translated into English.  Russian character set should
> be cp1251, which I have confirmed is installed on the
> MySQL server (3.23.57-Max running on Linux).  At this
> time, it is not possible for us to upgrade beyond this
> version of the MySQL server.
> 
> How do I issue SQL commands in English: 
> 
> ("insert into TableName values...") 
> 
> values that are of type varchar in both Russian and
> English: 
> 
> (null, "cyrillic_russian_word", "english_word");

You can do it as you wrote above :)



-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com




-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to