In Perl DBI, can I store the ddl of a column in a variable? My objective, is to use the definition of the column to create a temp table in another database. In Perl DBI, can I store the ddl of a column in
In Perl DBI, can I store the ddl of a column in a variable? My objective, is to use the definition of the column to create a temp table in another database. In Perl DBI, can I store the ddl of a column in