Page 1 of 1

MySQL with PHP Questions

Posted: Mon Jan 05, 2004 11:25 am
by php_wiz_kid
Can you input information into more than one table at a time for one massive query? This would be for error handling purposes

Posted: Mon Jan 05, 2004 12:05 pm
by Weirdan
No, MySQL currently doesn't support multitable inserts (and won't support them AFAIK).