re: Problem with UPDATE query

2002-09-10 Thread Egor Egorov
Andis, Friday, September 06, 2002, 12:08:58 PM, you wrote: AG> Is it's possible to execute such query in MySQL? AG> update table_name set table1.field1=table2.field2 where AG> table1.key=table2.key If you use 4.0.2 or higher yes, otherwise nope. Pre-version of multi-table updates came only in 4

Problem with UPDATE query

2002-09-06 Thread Andis Grasis
Hi! Is it's possible to execute such query in MySQL? update table_name set table1.field1=table2.field2 where table1.key=table2.key Thanx Andis - Before posting, please check: http://www.mysql.com/manual.php (the manual