http://www.perlmonks.org?node_id=699164


in reply to CREATE TABLE DDL from DBI Statement

Generally, you will want to do it in SQL to keep the work on the server:

$dbh->do('select * into SOME_TABLE from SCHEMA.TABLE') or ....

Update: nevermind.. misread the op

Jason L. Froebe

Blog, Tech Blog