The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Is my syntax correct?
I'm trying to create a query that will insert information into different tables at the same time, is my code right, or do I need to alter it?
Thanks! PHP Code:
|
#2
|
||||
|
||||
doing INSERTs in multiple tables is really just doing multiple different queries, and as such you should really just do separate queries.
It won't save you any speed or overhead by trying to fake them as one query, not just because that can't really be done, but also because that's not a real way of optimizing queries. So, just run different insert queries and run them separately. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|