![]() |
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:
|
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. :) |
All times are GMT. The time now is 06:12 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|