MySQL Forums
Forum List  »  Spanish

Re: #1242 Subconsulta retorna mas que 1 linea
Posted by: Peter Brawley
Date: May 26, 2020 04:40PM

¿Es esto lo que quieres decir?

UPDATE ps_product p
JOIN s_category_product c using(id_product)
SET p.cache_is_pack = 1
WHERE c.id_category = 10;

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: #1242 Subconsulta retorna mas que 1 linea
515
May 26, 2020 04:40PM


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.