>I tried this query:
>
>Update phone inner join tmpphone on phone.empno = tmpphone.empno
>set
>phone.lname = tmpphone.lname,
>phone.fname = tmpphone.fname
>
>and it didn't work.
>
>This works in MSAccess.
>
>Is this syntax (or something like it) supported by MySQL??

No sir. Updating a table based on data in another table won't be 
supported until version 4 comes out.

Bob Hall

Know thyself? Absurd direction!
Bubbles bear no introspection.     -Khushhal Khan Khatak
MySQL list magic words: sql query database

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to