Ich habe bis jetzt nur eine Tabelle in meinem Bsp unten upgedatet. Nun möchte ich noch eine hinzufügen. Kann ich das so machen?
UPDATE hardware as h, software as s SET s.abteilungfk ... usw
UPDATE hardware as h, software as s SET s.abteilungfk ... usw
PHP-Code:
$strSQL = "UPDATE hardware SET abteilung_fk=$cboAbteilung, sparePart=0, WHERE pk_asset=$hardware_id";
$result = dbquery($strSQL);
Kommentar