> Is there any way to insert more than one row at a time??? The data that
I
> have will change with each row, but is there a way to insert 900 rows
(with
> different values for each) all at once?
INSERT INTI <table> VALUES (row1), (row 2), (row3) .....
where rowN is a list of values for the row in column order.
---------------------------------------------------------------------
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)
To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php