Jump to content

Inserting into 2 different tables at once?


Kryptix

Recommended Posts

UPDATE `rscd_quests` SET (`quest_stage`, `finished`) VALUES ('0', '0') WHERE `user` = '0' AND `quest_id` = '0'

 

Is it possible to insert into another table too within the same query? Say for example I wanted to do the exact same but into `rscd_quests2` as well.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.