• Loop through the table and execute the statements one by one. Either that or write a query to build one set of INSERT statements and execute that in one go. The effect is about the same - either way, you can't run all the INSERTs at once.

    John