Chris,
Monday, August 19, 2002, 6:50:29 PM, you wrote:

CB> Is there any way I can do something like this other than
CB> create a little script to do it programatically?

CB> UPDATE interests_shipping_conditions_master SET
CB> interests_master_record_num = interests_master.record_num WHERE
CB> interests_shipping_conditions_master.interest_name = 
interests_master.interest_name;

CB> Is there any mechanism native to MySQL that I can use
CB> to do this kind of update?  We are using v.3.23.49.

On 3.23.49 - Nope. First multi-table update is implemented on 4.0.2




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




---------------------------------------------------------------------
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