MySQL Forums
Forum List  »  Italian

Re: Update con select nel where
Posted by: Roberto Cofelice
Date: October 19, 2007 03:31PM

Risolto,

ho corretto la query:

UPDATE tab_conformres_bkup, tab_prodotti SET tab_conformres_bkup.listino3 = 3 WHERE tab_conformres_bkup.id_prod = tab_prodotti.id_prodotto AND tab_prodotti.cat_prod = 'id_categoria_interessata'

Spero possa essere d'aiuto. Grazie a tutti.

Options: ReplyQuote


Subject
Views
Written By
Posted
36568
October 19, 2007 02:58PM
12478
October 19, 2007 03:30PM
8278
October 19, 2007 03:34PM
7445
January 02, 2008 01:22PM
Re: Update con select nel where
6673
October 19, 2007 03:31PM


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.