MySQL Forums
Forum List  »  Newbie

Re: ERROR 1064 (42000) - any help appreciated!
Posted by: laptop alias
Date: October 27, 2007 02:46AM

UPDATE news n1
JOIN news n2
SET n2.main = n1.main
WHERE n1.n_id =1
AND n2.n_id =2

Options: ReplyQuote


Subject
Written By
Posted
Re: ERROR 1064 (42000) - any help appreciated!
October 27, 2007 02:46AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.