MySQL: Inserting data based on insert_id, in a single query? |
[eluser]erik.brannstrom[/eluser]
I don't know of any way to accomplish this, at least not so you would actually get any performance gain. However, if you are to run a large amount of queries at the same time you should read up on using transactions. Maybe you already know about this, but if not, check out http://ellislab.com/codeigniter/user-gui...tions.html and do some Google searches on the subject. |
Messages In This Thread |
MySQL: Inserting data based on insert_id, in a single query? - by El Forum - 05-04-2010, 09:18 AM
MySQL: Inserting data based on insert_id, in a single query? - by El Forum - 05-04-2010, 10:38 AM
MySQL: Inserting data based on insert_id, in a single query? - by El Forum - 05-05-2010, 01:30 AM
MySQL: Inserting data based on insert_id, in a single query? - by El Forum - 05-05-2010, 04:15 AM
MySQL: Inserting data based on insert_id, in a single query? - by El Forum - 05-06-2010, 12:01 AM
MySQL: Inserting data based on insert_id, in a single query? - by El Forum - 05-06-2010, 12:16 AM
MySQL: Inserting data based on insert_id, in a single query? - by El Forum - 05-06-2010, 02:15 AM
MySQL: Inserting data based on insert_id, in a single query? - by El Forum - 05-06-2010, 04:14 AM
|