Inserting large volumes of records

wxdqz

New Member
Hi,

I need to insert a large volume of records into a table. Ie. I want to fill table TableA with 10,000 blank entries (use defaults) using sql. Is there any SQL that will do this? I've already RTFM but I can't seem to find anything. Is the only solution to do a 10,000 increment loop in php?

Cheers,
Billy
 
Back
Top