sql >> Database >  >> RDS >> Mysql

update twee tabellen tegelijk

Je kunt een join als volgt gebruiken:

$query = "UPDATE profiledata t1 
JOIN profileprivacy t2 ON (t1.uid = t2.uid) 
SET t1.aboutyou = '$aboutyou', 
    t1.quotes = '$quotes', 
    t2.aboutyouPrivacy = '$aboutyouPrivacy', 
    t2.quotesPrivacy = '$quotesPrivacy' 
WHERE t1.uid = '$sess_uid'";


  1. OTA instellen in R12 en 11i

  2. Wat is SQLite?

  3. Nieuwe functie voor BYOC – Clusters onderbreken en hervatten

  4. Het gemiddelde krijgen van de top 10 leerlingen van elke school