Fraser,
Monday, October 14, 2002, 10:50:35 AM, you wrote:

FS> Does anyone have the syntax for multi-table updates?
FS> The Online Mysql manual (for version 4.0.5) only has:

FS> UPDATE [LOW_PRIORITY] [IGNORE] tbl_name
FS>     SET col_name1=expr1 [, col_name2=expr2, ...]
FS>     [WHERE where_definition]
FS>     [ORDER BY ...]
FS>     [LIMIT #]

FS> Where as the other multi-table queries (select, delete) have separate
FS> definitions & examples for multi-table actions.

 In 4.0.X ( X >=2) there is only pre-version of multi-table updates.
 This code is not properly tested yet, that is why multi-table
 updates are not documented.



-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [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