MySQL Forums
Forum List  »  Newbie

Operand should contain 1 column(s)
Posted by: Ramón zambrano
Date: June 27, 2021 08:44PM

UPDATE PADRES SET FECHA_FALLECIMIENTO = CURDATE( ) WHERE IdPersona =
(SELECT padres.IdPersona, personas.nombres, personas.fechanacimiento
from personas inner join padres on padres.idpersona=personas.idpersona
where SEXO= "M" ORDER BY fechanacimiento ASC limIT 5);

Options: ReplyQuote


Subject
Written By
Posted
Operand should contain 1 column(s)
June 27, 2021 08:44PM


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.