Hi,


is it possible to simply update a row from one table with a row from 
another table using reference key.
Something like this example query (which is doesn't work)

UPDATE orders_products SET orders_products.status=orders.orders_status 
WHERE orders.orders_id=orders_products.orders_id

    Marek





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