Rob Richardson wrote:
.... that is much faster than a set of INSERT INTO
newtable SELECT * FROM oldtable (or whatever -- you get the idea)
statements.
The fastest way should be:

CREATE TABLE memdb.newtable AS SELECT * FROM oldtable

HTH,

Gerry

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to