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
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]