Mysql
 sql >> Base de données >  >> RDS >> Mysql

Comment mettre à jour à partir de sélectionner avec une jointure

UPDATE invoiceLine
    INNER JOIN terminal
        ON invoiceLine.ctn = terminal.ctn
    INNER JOIN network
        ON terminal.network = network.id
    SET invoiceLine.network = network.label