sql >> Database teknologi >  >> RDS >> Mysql

opdatere to tabeller på én gang

Du kan bruge en join som denne:

$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. Oprettelse af en Docker Swarm Cluster på Azure Container Service

  2. Forhindre automatisk stigning på MySQL duplikatindsættelse

  3. Gruppér DateTime i 5,15,30 og 60 minutters intervaller

  4. Aritmetisk overløbsfejl ved konvertering af udtryk til datatype datetime. (mens dato og klokkeslæt vises..)