List:General Discussion« Previous MessageNext Message »
From:nullevent Date:March 24 2004 9:26am
Subject:insert field from another table
View as plain text  
Hello mysql,

  I  have  two  tables  - articles_en and articles_ru.
  Its fields is 'article', 'author', 'text'.
  The difference is - field 'text' in articles_en has english
  text  of article and field 'text' in articles_ru has russian text of
  article. Fields 'article' and 'author' are identical.
  The tables were filled simultaneously.
  I want create table articles_multi which will have fields
  'article', 'author', 'text_ru', 'text_en' with data from articles_en
  and articles_ru. How can i do it?

----------------- 
bye,
          nullevent                     
                                Wednesday, March 24, 2004

Thread
insert field from another tablenullevent24 Mar
  • Re: insert field from another tableEgor Egorov24 Mar
  • Re: insert field from another table(Johan Hook)24 Mar