MySQL Forums
Forum List  »  Spanish

Re: Calcular automaticamente el total
Posted by: Heber Cristaldo
Date: March 22, 2023 11:06AM

UPDATE `INGRESOS`
JOIN `CONCEPTO DE PAGO` ON `INGRESOS`.`ID_CONCEPTO` = `CONCEPTO DE PAGO`.`CONCEPTO`
SET `INGRESOS`.`TOTAL` = `CONCEPTO DE PAGO`.`PRECIO` + `INGRESOS`.`DESCUENTO O AÑADIR`

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Calcular automaticamente el total
59
March 22, 2023 11:06AM


Sorry, only registered users may post in this forum.

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.